瀏覽代碼

Simplify date format

master
Adrian Short 5 年之前
父節點
當前提交
3a0df9c3d2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      layouts/_default/li.html

+ 1
- 1
layouts/_default/li.html 查看文件

@@ -1,5 +1,5 @@
<div class="list-item list-{{ .Type }}">
<h2><a href="{{ .Permalink | relURL }}">{{ .Title }}</a></h2>
{{ .Description }}
<p class=list-date>{{ .Date.Format "2 January 2006" }}</p>
<p class=list-date>{{ .Date.Format "January 2006" }}</p>
</div>

Loading…
取消
儲存