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:
authorJulian <julian@summitcreative.nl>2021-09-28 12:41:37 +0300
committerGitHub <noreply@github.com>2021-09-28 12:41:37 +0300
commit10892bc2a6f35affa2159c4ccea7117cce20810a (patch)
tree8986a4239f035ac3827361eae53dce1af62e5268
parent824f0921e46a681be0f0f109c2366c1daea81a49 (diff)
parent6ef754e2d484d624f9ef6526e8ef15373540b77d (diff)
Merge pull request #40 from gettyimages/masterHEADmaster
Fix RSS link
-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>