fix webmentions placement
This commit is contained in:
parent
06522080eb
commit
7bbcc9467e
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue