main
Gabriel 1 year ago
parent 2f7f6ed0fc
commit 6bb7b8f8cc

@ -1,18 +1,17 @@
<div class="post"> <div class="post">
<a href="{{.Permalink}}"> <a href="{{.Permalink}}">
<h2>{{.Title}}</h2> <h2>{{.Title}}</h2>
</a> </a>
<div> <div>
<p>{{.Params.description}}{{if .Date}}<br>Published: <strong>{{.Date | time.Format "Jan 02 <p>{{.Params.description}}{{if .Date}}<br>Published: <strong>{{.Date | time.Format "Jan 02 2006"}}{{end}}</strong></p>
2006"}}{{end}}</strong></p> </div>
</div> {{ if .GetTerms "tags" }}
{{ if .GetTerms "tags" }} <div class="post-tags">
<div class="post-tags"> {{range .GetTerms "tags" }}
{{range .GetTerms "tags" }} <a href="{{.Permalink}}" class="tag"><svg class='icon'>
<a href="{{.Permalink}}" class="tag"><svg class='icon'> <use href="#tag"></use>
<use href="#tag"></use> </svg><span>{{.LinkTitle}}</span></a>
</svg><span>{{.LinkTitle}}</span></a> {{end}}
</div>
{{end}} {{end}}
</div>
{{end}}
</div> </div>
Loading…
Cancel
Save