hugo-theme-relearn/exampleSite/content/shortcodes/siteparam.en.md
Sören Weber 5574ec073e
docs: showcase multilang feature #87
Arrr, Pirrrate trrranslat'n
2021-09-11 15:46:14 +02:00

541 B

+++ description = "Get value of site params variables in your page" title = "Site param" +++

siteparam shortcode is used to help you print values of site params.

For instance, in this current site, the editURL variable is used in config.toml

[params]
  editURL = "https://github.com/McShelby/hugo-theme-relearn/edit/main/exampleSite/content/"

Use the siteparam shortcode to display its value.

`editURL` Value : {{%/* siteparam "editURL" */%}}

is displayed as

editURL Value : {{% siteparam "editURL" %}}