Added option to use "onion-location" meta attribute

This commit is contained in:
Steven Engler
2024-03-31 17:09:52 -04:00
parent ab12e81175
commit d16381d87e
2 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,5 @@ theme = "no-js-hugo-theme"
# enable the table of content on pages with more than this many words (negative to disable)
# (can be overridden per-page by setting the 'toc' front matter parameter)
#tocWordThreshold = 1000 # default <unset>
# adds an "onion-location" meta attribute to the HTML of each page
#onionLocation = "http://<your-onion-service-address>.onion" # default <unset>