fix description

This commit is contained in:
Gabriel 2024-09-14 13:01:35 -04:00
parent f3d450221b
commit 0c2d554e38

View file

@ -6,8 +6,7 @@
{{end}}
{{$author := index .Site.Data.details.staff (.Params.author | default "default")}}
<p>{{if .Date }}{{.Date | time.Format "Jan 02 2006"}}{{end}} {{$author.name}} </p>
<p>{{.Truncated}}</p>
<p>{{.Params.description}}</p>
<div class="item-tags">{{if .GetTerms "tags"}}{{ range (.GetTerms "tags")}}<a class ="item-tag" href="{{.RelPermalink}}">{{.LinkTitle}}</a>{{end}} {{end}}</div>
</div>
</div>