mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 22:54:22 +01:00
Add date to post preview
This commit is contained in:
parent
1246820463
commit
10bb8b5578
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
{{ partial "get_tags.html" . }}
|
{{ partial "get_tags.html" . }}
|
||||||
|
|
||||||
<div class="content pt-0">
|
<div class="content pt-0">
|
||||||
|
<small>{{ .Params.Date | time.Format "2006-01-02" }}</small>
|
||||||
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
|
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
|
||||||
<p>{{ .Plain | htmlUnescape | truncate 256 }}</p>
|
<p>{{ .Plain | htmlUnescape | truncate 256 }}</p>
|
||||||
<a class="btn btn-transparent" href="{{ .Permalink }}">{{ i18n "readMore" }}</a>
|
<a class="btn btn-transparent" href="{{ .Permalink }}">{{ i18n "readMore" }}</a>
|
||||||
|
|
Loading…
Reference in a new issue