diff options
Diffstat (limited to 'indieweb-micro/themes/MinIndie/layouts/_default/single.html')
| -rw-r--r-- | indieweb-micro/themes/MinIndie/layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/single.html b/indieweb-micro/themes/MinIndie/layouts/_default/single.html index 96456fd..2e45cf7 100644 --- a/indieweb-micro/themes/MinIndie/layouts/_default/single.html +++ b/indieweb-micro/themes/MinIndie/layouts/_default/single.html @@ -2,8 +2,8 @@ {{ $ageDays := div (sub now.Unix .Date.Unix) 86400 }} <main> <article class="h-entry"> + <a class="u-bridgy-fed" href="https://fed.brid.gy/" hidden="from-humans"></a> <h1 class="p-name">{{ .Title }}</h1> - <div hidden>{{ partial "bio-hcard.html" . }}</div> {{ if .Date }} |
