@ -13,7 +13,7 @@
{{- end }}
{{- range (.GetTerms "tags") }}
<span><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></span>
<span><a href="{{ .Permalink }}">#{{ .LinkTitle }}</a></span>
{{- partial "image.html"
@ -8,6 +8,6 @@
<p>{{ .Format "2006/01/02" }}</p>
{{- with index (.GetTerms "tags") 0 }}
<a href="{{ .Permalink }}">{{ .LinkTitle }}</a>
<a href="{{ .Permalink }}">#{{ .LinkTitle }}</a>
</article>