Remove the date from the about section only
This commit is contained in:
parent
8fadc54a43
commit
2c5cec4f87
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{{ partial "development/draft_tag.html" . }}
|
||||
<div class="post-title">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ if not (eq .Type "page") }}
|
||||
{{ if not (eq .Section "about") }}
|
||||
<div class="post-date"><time>{{ .Date | time.Format "January 2, 2006" }}</time></div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue