diff options
author | mms <git@sapka.me> | 2024-11-14 23:26:01 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-14 23:26:01 +0100 |
commit | a697766000ef88873c4bf32de22f50f65be5121b (patch) | |
tree | 987b00c2a17021956113c562e2b7f463a2128c4b /layouts | |
parent | cdea15ff6a05683c833b56bcf73734538955e0b9 (diff) |
feat: fix rss link
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/24-unification/nav.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/24-unification/nav.html b/layouts/partials/24-unification/nav.html index a0c463b..613e1c5 100644 --- a/layouts/partials/24-unification/nav.html +++ b/layouts/partials/24-unification/nav.html @@ -36,5 +36,5 @@ </div> <div class="webbuttons"> - {{ partial "button-31" (dict "file" "rss.gif" "alt" "RSS Feed" "href" "https://michal.sapka.me/blog/index.xml") }} + {{ partial "button-31" (dict "file" "rss.gif" "alt" "RSS Feed" "href" "https://michal.sapka.me/index.xml") }} </div> |