archetypes: Document url_custom option for publications

This commit is contained in:
George Cushen 2017-10-22 15:05:39 +01:00
commit 76de60ec59
2 changed files with 7 additions and 3 deletions

View file

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

View file

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