Made webmention portion of code more generic

This commit is contained in:
Brandon Rozek 2022-11-25 23:22:28 -05:00
parent 4d5f0f30cb
commit a574a122a4
4 changed files with 7 additions and 9 deletions

View file

@ -14,7 +14,7 @@
</div>
<!-- author -->
<h1 class="author title p-name">{{ .Site.Params.Author }}</h1>
<a style="display: none" rel="me" class="u-url" href="https://brandonrozek.com"></a>
<a style="display: none" rel="me" class="u-url" href="{{ .Site.BaseURL }}"></a>
<!-- description -->
<p class="p-note">
{{ .Site.Params.description | safeHTML }}