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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Martelli <cocoa@schnuddelhuddel.de>2017-01-17 15:03:09 +0300
committerMario Martelli <cocoa@schnuddelhuddel.de>2017-01-17 15:09:30 +0300
commit728d74c60ccfa7abfe895fa7281b4f3210fd9858 (patch)
tree97db7e8b8be7032329326f557fefdb30d620a518
parented1ac1279164ed601fa6e49e961107ee62f114db (diff)
Removed disturbing '/'
Original code would result in `...//#disqus_thread`which prevents comments from being loaded.
-rw-r--r--layouts/partials/article_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/article_footer.html b/layouts/partials/article_footer.html
index bc44176..64d6fcd 100644
--- a/layouts/partials/article_footer.html
+++ b/layouts/partials/article_footer.html
@@ -4,7 +4,7 @@
{{with .Site.Data.l10n.articles.share}}{{.}}{{end}}
</a>
{{ if not (eq .Site.DisqusShortname "") }}
- <a href="{{ .Permalink }}/#disqus_thread" class="article-comment-link">
+ <a href="{{ .Permalink }}#disqus_thread" class="article-comment-link">
{{with .Site.Data.l10n.articles.comments}}{{.}}{{end}}
</a>
{{end}}