Improve explanation text for comments, make abbr dotted again
This commit is contained in:
@ -161,10 +161,10 @@ blockquote {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr {
|
abbr[title] {
|
||||||
cursor: help;
|
cursor: help;
|
||||||
text-decoration: underline;
|
text-decoration: underline dotted;
|
||||||
-webkit-text-decoration: underline;
|
-webkit-text-decoration: underline dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
|
@ -21,15 +21,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<h2>Comments</h2>
|
<h2>Comments</h2>
|
||||||
<p>
|
<p>
|
||||||
You can respond to this <a href="https://{{ host }}/@{{ username }}/{{ id }}">post</a> with an account on the
|
You can comment on this blog post by publicly replying to this <a href="https://{{ host }}/@{{ username }}/{{ id }}">post</a> using a Mastodon or other ActivityPub/Fediverse account. Known non-private replies are displayed below.
|
||||||
Fediverse (e.g Mastodon, Akkoma, Sharkey or any Mastodon API compatible server).
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<small>
|
|
||||||
Since Fediverse is decentralized, you can use your existing Mastodon API compatible account if you don't
|
|
||||||
have an
|
|
||||||
account on this server. Known non-private replies are displayed below.
|
|
||||||
</small>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user