Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pitman <mark@pitman.io>2021-09-02 19:53:23 +0300
committerMark Pitman <mark@pitman.io>2021-09-02 19:53:23 +0300
commit6ef754e2d484d624f9ef6526e8ef15373540b77d (patch)
tree8986a4239f035ac3827361eae53dce1af62e5268
parent824f0921e46a681be0f0f109c2366c1daea81a49 (diff)
Fix RSS link
Fixes #39
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index eca14c9..6ce60d8 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -31,7 +31,7 @@
</div>
{{ with .OutputFormats.Get "rss" -}}
<div class="feed-icons">
- <a href=".Permalink"><img src="/img/feed-icon.svg" alt="RSS feed" /></a>
+ <a href="{{ .Permalink }}"><img src="/img/feed-icon.svg" alt="RSS feed" /></a>
</div>
{{ end -}}
</nav>