fix webmentions placement

This commit is contained in:
yequari 2023-10-09 20:39:10 -07:00
parent 06522080eb
commit 7bbcc9467e
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{{ define "main" }} {{ define "main" }}
<section class="content">
<article class="h-entry content"> <article class="h-entry content">
<h1 class="p-name">{{ .Title }}</h1> <h1 class="p-name">{{ .Title }}</h1>
<a class="p-author h-card hidden" href="https://yequari.com">yequari</a> <a class="p-author h-card hidden" href="https://yequari.com">yequari</a>
@ -10,4 +11,5 @@
</div> </div>
</article> </article>
<div id="webmentions"></div> <div id="webmentions"></div>
</section>
{{ end }} {{ end }}