website/layouts/partials/post-start.html

11 lines
309 B
HTML
Raw Normal View History

2022-10-08 09:00:00 +00:00
{{- $me := .Site.Params.Me -}}
<div class="h-entry">
<div class="h-card">
<img src="{{ $me.photo }}" height="48" width="48" alt="A close-up photo of my face.">
<a href="{{ .Site.BaseURL }}" class="u-name u-url">
{{ $me.Name }}
</a>
</div>
{{- /* Continued in ./post-end.html */ -}}