Cut date from notes
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
{{ range (where .Site.RegularPages "Type" "in" "notes") }}
|
{{ range (where .Site.RegularPages "Type" "in" "notes") }}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||||
{{ .Date | time.Format "(2006-01-02)" }}
|
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -3,18 +3,6 @@
|
|||||||
|
|
||||||
<h2>{{ .Title }}</h2>
|
<h2>{{ .Title }}</h2>
|
||||||
|
|
||||||
<h3>
|
|
||||||
Posted {{ .Date | time.Format "2006-01-02" }}
|
|
||||||
|
|
||||||
{{ if .Params.tags }}
|
|
||||||
under
|
|
||||||
|
|
||||||
{{ range .Params.tags }}
|
|
||||||
<a href="/tags/{{ . | urlize }}">#{{ . }}</a>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
</h3>
|
|
||||||
|
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
|
||||||
{{ with .Params.References }}
|
{{ with .Params.References }}
|
||||||
|
|||||||
Reference in New Issue
Block a user