Skip to content
Snippets Groups Projects
Commit 15f81a03 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Remove the 'Talks' and 'Publications' pages. Add a 'Gallery' page

parent 1eecae87
No related branches found
No related tags found
No related merge requests found
......@@ -146,8 +146,7 @@ if __name__ == "__main__":
PAGES = [
"index.html",
"pubs.html",
"talks.html",
"gallery.html",
"about.html",
"contact.html"
]
......@@ -156,8 +155,7 @@ if __name__ == "__main__":
"stylesheets",
"images",
"javascript",
"publications",
"talks"
"gallery"
]
print("Compiling markdown to HTML and saving in the about.yaml file...")
......
......@@ -6,7 +6,6 @@ link: [
navbar: [
# Give in [Display_Name, Template_Name format].
[About, "about.html"],
[Papers, "pubs.html"],
[Talks, "talks.html"],
[Gallery, "gallery.html"],
[Contact, "contact.html"]
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment