added git.vrifox.cc to menu; changed :hover styles of links on »home« and the footer

This commit is contained in:
Vrifox 2020-09-30 20:05:47 +02:00
parent e729d96059
commit bfa8a24e8d
5 changed files with 24 additions and 2 deletions

View file

@ -16,7 +16,10 @@
<a href="{{ .Permalink }}">
<article>
<h1>{{ .Title }}</h1>
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}"><span class="date">{{ .Date.Format "2 January 2006" }}</span> <span class="author">by {{ .Params.author }}</span></p>
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}">
<span class="date">{{ .Date.Format "2 January 2006" }}</span>
<span class="author">{{ with .Params.author }}by {{ end }}{{ .Params.author }}</span>
</p>
{{ with .Description }}
<p>{{ . }}</p>
{{ end }}