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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Rawlins <luke.rawlins@outlook.com>2020-10-02 18:40:32 +0300
committerLuke Rawlins <luke.rawlins@outlook.com>2020-10-02 18:40:32 +0300
commit5952da59b170ee50fce57f9a5ebb938b213297c2 (patch)
tree1598a5e1914bdc69ee405a8772bf2296ee1a502d /layouts
parent6a096fd3517f8635be048b2e324e7609a96c2648 (diff)
Removed unnecessary comments related to fix.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/blog/single.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 2a408d1..3aecef2 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -42,7 +42,6 @@
{{ end }}
</div>
{{ end }}
- <!-- Start fix 236 -->
{{ range $taxonomy_term, $taxonomy := .Params }}
{{ with $.Site.GetPage (printf "/%s" $taxonomy_term) }}
<p>
@@ -53,7 +52,6 @@
</p>
{{ end }}
{{ end }}
- <!-- End fix 236 -->
</div>
<!-- Begin blog post content -->
<div class="container markdown top-pad">