mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
archetypes: Document url_custom
option for publications
This commit is contained in:
parent
5e4a9e9d8a
commit
76de60ec59
2 changed files with 7 additions and 3 deletions
|
@ -48,6 +48,10 @@ url_video = ""
|
|||
url_poster = ""
|
||||
url_source = ""
|
||||
|
||||
# Custom links (optional).
|
||||
# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
|
||||
# url_custom = [{name = "Custom Link", url = "http://example.org"}]
|
||||
|
||||
# Does this page contain LaTeX math? (true/false)
|
||||
math = false
|
||||
|
||||
|
|
|
@ -46,9 +46,9 @@ url_video = "#"
|
|||
url_poster = "#"
|
||||
url_source = "#"
|
||||
|
||||
[[url_custom]]
|
||||
name = "Custom Link"
|
||||
url = "http://www.example.org"
|
||||
# Custom links (optional).
|
||||
# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
|
||||
url_custom = [{name = "Custom Link", url = "http://example.org"}]
|
||||
|
||||
# Does the content use math formatting?
|
||||
math = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue