mirror of
https://gitlab.com/fabinfra/fabinfra-theme.git
synced 2025-03-12 14:41:51 +01:00
Removed: Project Time
This commit is contained in:
parent
9b7cb1ea29
commit
17bee61c96
@ -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>
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user