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:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2017-01-20 23:41:30 +0300
committerGitHub <noreply@github.com>2017-01-20 23:41:30 +0300
commitd06aefa0ed087f4d5c600eb88c05d1b8e3f24e65 (patch)
tree2ca3a516fbe4cdb7b39dde0e3855357d1e734aad
parent7941535f576a17c52862879c300b704fc3441d81 (diff)
parent5e8550691145334ad619770eb3a74da7409076da (diff)
Fix: comments not loaded if article is accessed by comments-link
-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 b5d6e7d..739af86 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 and (not (eq .Site.DisqusShortname "")) (not .Params.disable_comments) }}
- <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}}