summaryrefslogtreecommitdiffstats
path: root/indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-12-01 22:27:26 -0800
committerPinapelz <yukais@pinapelz.com>2025-12-01 22:28:46 -0800
commit743d1e3d4c421385111dfd63482cd92a5fff02c1 (patch)
tree8b79dfd7b89297b1c8c6864d57943f03e0a183fe /indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html
parent4d75a6ded99babeffc3c264a9f38b510a7c59ce7 (diff)
move micro to its own site (better compatability with indieweb feats)
Diffstat (limited to 'indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html')
-rw-r--r--indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html b/indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html
new file mode 100644
index 0000000..0a476e4
--- /dev/null
+++ b/indieweb-micro/themes/MinIndie/layouts/partials/bio-hcard.html
@@ -0,0 +1,8 @@
+<div class="h-card p-author bio-card" style="text-align:center;">
+ <div class="bio">
+ <img class="u-photo avatar" src="{{ .Site.Params.Author.avatar }}" alt="{{ .Site.Params.Author.name }}'s avatar">
+ <p class="p-note">{{ .Site.Params.Author.Bio | safeHTML }}</p>
+ </div>
+ <p class="bio-name"><a href="{{ .Site.BaseURL }}" rel="me" class="p-nickname p-name u-url">{{ .Site.Params.Author.name }}</a></p>
+</div>
+<hr/>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage