From 84390fa61182d89f97ce4ab30d58a971c0a17c24 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Wed, 9 Jan 2019 07:17:31 -0600 Subject: [PATCH] Fix duplicates in selected/other publications --- config.toml | 2 +- content/home/publications.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 09600df..f307ade 100644 --- a/config.toml +++ b/config.toml @@ -299,7 +299,7 @@ enableGitInfo = false [[menu.main]] name = "Publications" - url = "#publications" + url = "#publications_selected" weight = 2 [[menu.main]] diff --git a/content/home/publications.md b/content/home/publications.md index 21ac194..23df830 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -5,7 +5,7 @@ widget = "publications" active = true date = 2019-01-08T00:00:00 -title = "Publications" +title = "Other Publications" subtitle = "" # Order that this section will appear in. @@ -34,6 +34,6 @@ list_format = 3 publication_type = "-1" # Exclude publications that are shown in the Selected Publications widget? -exclude_selected = false +exclude_selected = true +++