Removed: Project Time

This commit is contained in:
TheJoKlLa 2020-03-04 18:25:13 +01:00
parent 9b7cb1ea29
commit 17bee61c96

View File

@ -13,13 +13,11 @@
{{ end }} {{ end }}
{{ with .Params.link }} {{ $.Scratch.Set "link" . }} {{ end }} {{ with .Params.link }} {{ $.Scratch.Set "link" . }} {{ end }}
{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") | $.Scratch.Set "pub_date" }}
{{ with .Description }} {{ $.Scratch.Set "subtitle" . }} {{ end }} {{ with .Description }} {{ $.Scratch.Set "subtitle" . }} {{ end }}
{{ with .ReadingTime }} {{ $.Scratch.Set "read_time" . }} {{ end }} {{ with .ReadingTime }} {{ $.Scratch.Set "read_time" . }} {{ end }}
<h4><a href="{{ .Scratch.Get "link" }}">{{ .Title }}</a></h4> <h4><a href="{{ .Scratch.Get "link" }}">{{ .Title }}</a></h4>
<h5>{{ $.Scratch.Get "pub_date" }}</h5>
<h5>{{ $.Scratch.Get "subtitle" }}</h5> <h5>{{ $.Scratch.Get "subtitle" }}</h5>
{{ range.Params.categories }} {{ range.Params.categories }}
<a href="{{"/categories/"|relLangURL }}{{.|urlize}}"> <a href="{{"/categories/"|relLangURL }}{{.|urlize}}">
@ -31,6 +29,4 @@
<kbd class="item-tag"> {{ . }} </kbd> <kbd class="item-tag"> {{ . }} </kbd>
</a> </a>
{{ end }} {{ end }}
</div>
</div>