added font; fixed feed link; project single page specific changes

This commit is contained in:
Vrifox 2020-09-21 14:00:45 +02:00
parent 2f67080912
commit 8f44f2d329
9 changed files with 153 additions and 40 deletions

View file

@ -8,9 +8,9 @@
<section class="section-article">
<article>
<p class="meta">
<span title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}">{{ .Date.Format "2. January 2006" }}</span>
{{ with .Params.author }}by{{ end }}
<span>{{ .Params.author }}</span>
{{ if eq .Params.type "project" }}<span title="{{ .Date.Format "2 Jan 2006" }}">latest update: {{ .Date.Format "2. January 2006" }}</span>{{ end }}
{{ if ne .Params.type "project" }}<span title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}">{{ .Date.Format "2. January 2006" }}</span>{{ end }}
<span>{{ with .Params.author }}by {{ end }}{{ .Params.author }}</span>
</p>
<h1 class="title">{{ .Title }}</h1>
{{ with .Params.featured_image }}