fix wrong icon class

This commit is contained in:
Robert Kaussow 2020-08-25 23:11:00 +02:00
parent 81b2e5248a
commit c2d910f078
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -22,7 +22,7 @@
<footer class="gblog-post__footer"> <footer class="gblog-post__footer">
<span class="no-wrap"> <span class="no-wrap">
<svg class="icon menu"><use xlink:href="#date"></use></svg> <svg class="icon date"><use xlink:href="#date"></use></svg>
<span class="gblog-post__tag"> <span class="gblog-post__tag">
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}"> <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">
{{ .Date.Day }} {{ .Date.Month }} {{ .Date.Year }} {{ .Date.Day }} {{ .Date.Month }} {{ .Date.Year }}