Skip to content

Commit

Permalink
Show webmentions
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Dec 5, 2023
1 parent f95e082 commit 8955f3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
<hr>
<div class="webmentions-header">Interactions:</div>
<!-- The webmentions query must be to the http:// url in order to get a response. -->
<div class="webmentions-container" style="display:none" data-webmentions="http://orodu.net{{ page.url | relative_url }}"></div>
<div class="webmentions-container" data-webmentions="http://orodu.net{{ page.url | relative_url }}"></div>
<template id="webmention-template">
<li>
<div class="head">
Expand Down
4 changes: 2 additions & 2 deletions css/webmentions.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ div.webmentions li {
div.webmentions li .head {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
}

div.webmentions li .avatar {
width: 1.7em;
margin-right: 0.5em;
}

0 comments on commit 8955f3c

Please sign in to comment.