the website is now more lightweight

This commit is contained in:
Vrifox 2020-11-22 19:06:31 +01:00
parent 59c38330f6
commit 74929ff17a
4 changed files with 8 additions and 93 deletions

View file

@ -41,7 +41,7 @@
<article>
<h1>{{ .Title }}</h1>
<p class="meta">
{{ with .Params.activetime }}<span class="date">{{ . }}</span>{{ end }}<br />
{{ with .Params.activetime }}<span class="date">{{ . }}</span><br />{{ end }}
{{ with .Params.status }}<span class="status">{{ . }}</span>{{ end }}
</p>
</article>