mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Made webmention portion of code more generic
This commit is contained in:
parent
4d5f0f30cb
commit
a574a122a4
4 changed files with 7 additions and 9 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue