mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
* default `projects` to empty array * prevent projects button being generated when not required
This commit is contained in:
parent
c07e3e5db0
commit
5e4a9e9d8a
2 changed files with 4 additions and 2 deletions
|
@ -34,7 +34,8 @@ selected = false
|
|||
# Projects (optional).
|
||||
# Associate this publication with one or more of your projects.
|
||||
# Simply enter the filename (excluding '.md') of your project file in `content/project/`.
|
||||
projects = [""]
|
||||
# E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`.
|
||||
projects = []
|
||||
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
|
|
|
@ -25,7 +25,8 @@ selected = false
|
|||
# Projects (optional).
|
||||
# Associate this talk with one or more of your projects.
|
||||
# Simply enter the filename (excluding '.md') of your project file in `content/project/`.
|
||||
projects = [""]
|
||||
# E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`.
|
||||
projects = []
|
||||
|
||||
# Links (optional).
|
||||
url_pdf = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue