fix webmentions placement
This commit is contained in:
parent
06522080eb
commit
7bbcc9467e
|
@ -1,4 +1,5 @@
|
|||
{{ define "main" }}
|
||||
<section class="content">
|
||||
<article class="h-entry content">
|
||||
<h1 class="p-name">{{ .Title }}</h1>
|
||||
<a class="p-author h-card hidden" href="https://yequari.com">yequari</a>
|
||||
|
@ -10,4 +11,5 @@
|
|||
</div>
|
||||
</article>
|
||||
<div id="webmentions"></div>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue