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