Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ’„ : fix tags terms layout

+5 -5
layouts/tags/taxomomy.html layouts/tags/terms.html
+5 -5
layouts/tags/term.html
··· 6 6 <h3>{{ .Key }}</h3> 7 7 {{ range .Pages }} 8 8 <li> 9 - <span class="title"> 10 - <a href="{{ .RelPermalink }}">{{ .Title }}</a> 11 - </span> 9 + <span class="title"> 10 + <a href="{{ .RelPermalink }}">{{ .Title }}</a> 11 + </span> 12 12 <span class="published"> 13 - <time class="pull-right post-list">{{ .Date | time.Format ":date_long" }}</time> 14 - </span> 13 + <time class="pull-right post-list">{{ .Date | time.Format ":date_long" }}</time> 14 + </span> 15 15 </li> 16 16 {{ end }} 17 17 {{ end }}