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 }}
|
||||
{{ 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 .ReadingTime }} {{ $.Scratch.Set "read_time" . }} {{ end }}
|
||||
|
||||
|
||||
<h4><a href="{{ .Scratch.Get "link" }}">{{ .Title }}</a></h4>
|
||||
<h5>{{ $.Scratch.Get "pub_date" }}</h5>
|
||||
<h5>{{ $.Scratch.Get "subtitle" }}</h5>
|
||||
{{ range.Params.categories }}
|
||||
<a href="{{"/categories/"|relLangURL }}{{.|urlize}}">
|
||||
@ -29,8 +27,6 @@
|
||||
{{ range .Params.tags }}
|
||||
<a href="{{"/tags/"|relLangURL }}{{.|urlize}}">
|
||||
<kbd class="item-tag"> {{ . }} </kbd>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
</div>
|
||||
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user