Browse Source

Deactive featured publications for now

Xi Ruoyao 6 years ago
parent
commit
26637d9d3a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config.toml
  2. 1 1
      content/home/featured_publications.md

+ 1 - 1
config.toml

@@ -193,7 +193,7 @@ enableGitInfo = true
 
 [[menu.main]]
   name = "Publications"
-  url = "#publications_selected"
+  url = "#publications"
   weight = 2
 
 [[menu.main]]

+ 1 - 1
content/home/featured_publications.md

@@ -3,7 +3,7 @@
 # This widget displays publications from `content/publication/` which have
 # `selected = true` in their `+++` front matter.
 widget = "featured"
-active = true
+active = false
 headless = true
 
 title = "Featured Publications"