Skip to content

Commit

Permalink
Use a span
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Dec 5, 2023
1 parent 94f7be5 commit 285526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
<template id="webmention-template">
<li>
<div class="item webmention-author-avatar"></div>
<a class="item webmention-author"><div class="webmention-author-name"></div></a>
<div class="item"><a class="webmention-author"><span class="webmention-author-name"></span></a></div>
<div class="item webmention-action"></div>
<div class="item webmention-content"></div>
</li>
Expand Down

0 comments on commit 285526e

Please sign in to comment.