mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
hugo-ideomatic way of randering multiple objects from toml file
This commit is contained in:
@@ -24,6 +24,25 @@ title = 'agres.online'
|
||||
name = "pgp"
|
||||
url = "/publickey.asc"
|
||||
|
||||
[[params.info]]
|
||||
name = "Impressum"
|
||||
url = "/impressim"
|
||||
|
||||
[[params.info]]
|
||||
name = "Datenschutz"
|
||||
url = "/datenschutz"
|
||||
|
||||
[[params.info]]
|
||||
name = "Email"
|
||||
url = "mailto:dominik@agres.online"
|
||||
|
||||
[[params.info]]
|
||||
name = "PGP-Key"
|
||||
url = "/publickey.asc"
|
||||
|
||||
[[params.info]]
|
||||
name = "RSS"
|
||||
url = "/blog/index.xml"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
Reference in New Issue
Block a user