commit 7882d38f44756768e570329c8aec52eacfb7e673
parent de8ac828cfd8c039c8280e7163863ad58ab870c1
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Tue, 24 Oct 2017 23:53:27 -0500
Correct typo in comment.html.
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
@@ -5,7 +5,7 @@
{{ if .Params.date }}<h2 class="date">{{ .Date.Format "2006/01/02" }}</h2>{{ end }}
<p class="terms">
{{ range $i := (slice "categories" "tags") }}
- {{ with ($.Param $i) }}
+ {{ with ($.Param $i) }}
{{ i18n (lower ($i | title)) }} | {{ range $k := . }}<a href="{{ relURL (print "/" $.Site.Language.Lang "/" $i "/" $k | urlize) }}">{{i18n $k}} </a> | {{ end }}
<br />
{{ end }}
diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html
@@ -15,4 +15,3 @@
data-vote-levels=""
src="/isso/js/embed.min.js"></script>
<section id="isso-thread"></section>
-{{ end }}