修改文章列表日期位置
This commit is contained in:
parent
fe3849c963
commit
b8e6609c64
1 changed files with 2 additions and 1 deletions
|
@ -19,10 +19,11 @@
|
|||
<header class="post-header">
|
||||
{{ safeHTML (.Scratch.Get `firstEmoji`) }}
|
||||
<h2 class="post-title">{{ .Title }}</h2>
|
||||
<p class="post-meta">{{ .Date.Format "2006.1.2" }}</p>
|
||||
|
||||
</header>
|
||||
<p class="post-summary">{{ .Summary | plainify | htmlUnescape }}...</p>
|
||||
<footer class="post-footer">
|
||||
<p class="post-meta">{{ .Date.Format "2006.1.2" }}</p>
|
||||
</footer>
|
||||
<a class="post-link" href="{{ .Permalink }}"></a>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue