summaryrefslogtreecommitdiff
path: root/templates/tags
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-03-02 13:17:26 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-03-02 13:17:26 +0200
commit17dae0eaa459fdabafff1a05c524cb263b7018f6 (patch)
tree6858784b91d62d36a6c226b83cb0b7540df7c423 /templates/tags
parent8ee207dc1034eeeb8f48c0c9ca58c6f29df95ae7 (diff)
Modularity within config.toml to allow for meta tag customizations.
Changes to be committed: modified: config.toml modified: rsync_to_testing modified: templates/404.html modified: templates/index.html modified: templates/page.html modified: templates/tags/single.html
Diffstat (limited to 'templates/tags')
-rw-r--r--templates/tags/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tags/single.html b/templates/tags/single.html
index 1752e8a..f1d506a 100644
--- a/templates/tags/single.html
+++ b/templates/tags/single.html
@@ -7,7 +7,7 @@
<div class="hdr-wrapper section-inner">
<div class="hdr-left">
<div class="site-branding">
- <a href="{{ config.base_url}}">{{ config.title }}</a>
+ <a href="{{ config.base_url }}">{{ config.title }}</a>
</div>
<nav class="site-nav hide-in-mobile">
{% for menu_item in config.extra.hermit_menu %}