fix description
This commit is contained in:
parent
f3d450221b
commit
0c2d554e38
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
Loading…
Reference in a new issue