article: Add a way to suppress the date

This is handly if an article is just an overview page or a list of subpages.
This commit is contained in:
v1ne
2019-11-19 22:15:49 +01:00
committed by Carson Ip
parent 95686c0326
commit 32e4690938
2 changed files with 10 additions and 0 deletions

View File

@@ -99,6 +99,14 @@ katex = true
+++
```
### Suppress date in an article
Hide the date from an article, e.g. because it's just an index:
```
+++
omitDate = true
+++
```
## Contributing
1. Fork it!

View File

@@ -6,9 +6,11 @@
</header>
{{ end }}
<div class="article-meta">
{{- if not .Params.omitDate }}
<a href="{{ .RelPermalink }}" class="article-date">
<time datetime='{{ .Date.Format "2006-01-02T15:04:05.000-07:00" }}' itemprop="datePublished">{{ .Date.Format "2006-01-02" }}</time>
</a>
{{ end -}}
{{ $Site := .Site }}
{{ if .Params.categories }}
<div class="post-categories">