lame fix
This commit is contained in:
parent
2f7f6ed0fc
commit
6bb7b8f8cc
1 changed files with 14 additions and 15 deletions
|
@ -1,18 +1,17 @@
|
|||
<div class="post">
|
||||
<a href="{{.Permalink}}">
|
||||
<h2>{{.Title}}</h2>
|
||||
</a>
|
||||
<div>
|
||||
<p>{{.Params.description}}{{if .Date}}<br>Published: <strong>{{.Date | time.Format "Jan 02
|
||||
2006"}}{{end}}</strong></p>
|
||||
</div>
|
||||
{{ if .GetTerms "tags" }}
|
||||
<div class="post-tags">
|
||||
{{range .GetTerms "tags" }}
|
||||
<a href="{{.Permalink}}" class="tag"><svg class='icon'>
|
||||
<use href="#tag"></use>
|
||||
</svg><span>{{.LinkTitle}}</span></a>
|
||||
<a href="{{.Permalink}}">
|
||||
<h2>{{.Title}}</h2>
|
||||
</a>
|
||||
<div>
|
||||
<p>{{.Params.description}}{{if .Date}}<br>Published: <strong>{{.Date | time.Format "Jan 02 2006"}}{{end}}</strong></p>
|
||||
</div>
|
||||
{{ if .GetTerms "tags" }}
|
||||
<div class="post-tags">
|
||||
{{range .GetTerms "tags" }}
|
||||
<a href="{{.Permalink}}" class="tag"><svg class='icon'>
|
||||
<use href="#tag"></use>
|
||||
</svg><span>{{.LinkTitle}}</span></a>
|
||||
{{end}}
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
Loading…
Reference in a new issue