Add p-author to post h-card

This commit is contained in:
Pranav Karawale 2022-10-15 17:00:05 +05:30
parent f0a666e8c4
commit 56df188484
Signed by: pranav
GPG key ID: 1A551FFE981F09AB

View file

@ -1,7 +1,7 @@
{{- $me := .Site.Params.Me -}}
<article class="h-entry">
<section class="h-card">
<section class="p-author h-card">
<img class="u-photo" src="{{ $me.photo }}" height="48" width="48" alt="A close-up photo of my face." />
<a href="{{ .Site.BaseURL }}" class="p-name u-url">
{{ $me.Name }}