website/layouts/partials/post-start.html
2022-10-08 14:30:00 +05:30

11 lines
309 B
HTML

{{- $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 */ -}}