Fix duplicates in selected/other publications

This commit is contained in:
Carl Pearson
2019-01-09 07:17:31 -06:00
parent 8a4b17b094
commit 84390fa611
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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
+++