website/layouts/partials/post-start.html

11 lines
325 B
HTML

{{- $me := .Site.Params.Me -}}
<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="u-name u-url">
{{ $me.Name }}
</a>
</section>
{{- /* Continued in ./post-end.html */ -}}