jlelse
/
Indiego
Archived
1
Fork 0

Small fix

This commit is contained in:
Jan-Lukas Else 2020-05-24 10:08:44 +02:00
parent 42f0673a5b
commit b6a464679a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{{ define "main" }}
<main class="h-entry">
<article>
<data class="u-url hide" value="{{ .Permalink }}"></data>
{{ with .Title }}
<h1 class="p-name">{{ . }}</h1>
{{ end }}

View File

@ -1,7 +1,7 @@
{{ with .Site.Author }}
<div class="p-author h-card hide">
{{ if .avatar }}
<data class="u-photo" value="{{ .avatar | relURL }}" style="display: none;"></data>
<data class="u-photo" value="{{ .avatar | relURL }}"></data>
{{ end }}
{{ if .name }}
{{ if .link }}