website/layouts/partials/post-start.html

11 lines
324 B
HTML
Raw Normal View History

2022-10-08 09:00:00 +00:00
{{- $me := .Site.Params.Me -}}
2022-10-15 09:20:51 +00:00
<article class="h-entry">
<section class="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">
2022-10-15 09:20:51 +00:00
{{ $me.Name }}
</a>
</section>
{{- /* Continued in ./post-end.html */ -}}