diff --git a/compiler.py b/compiler.py index c05b8c9ef4283cd73e1e8562089664fc60ccf2c1..b33cac8bd61394421c7258e4e6352a79b67506a5 100644 --- a/compiler.py +++ b/compiler.py @@ -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...") diff --git a/data/global.yaml b/data/global.yaml index eba61695ebc392644e318cda3d747f7001cd2704..9f19a71a1babbf8f08d8b6c9cf51e63f03217169 100644 --- a/data/global.yaml +++ b/data/global.yaml @@ -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"] ]