Improve explanation text for comments, make abbr dotted again
This commit is contained in:
@ -161,10 +161,10 @@ blockquote {
|
||||
}
|
||||
}
|
||||
|
||||
abbr {
|
||||
abbr[title] {
|
||||
cursor: help;
|
||||
text-decoration: underline;
|
||||
-webkit-text-decoration: underline;
|
||||
text-decoration: underline dotted;
|
||||
-webkit-text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
aside {
|
||||
|
@ -21,15 +21,7 @@
|
||||
{% endif %}
|
||||
<h2>Comments</h2>
|
||||
<p>
|
||||
You can respond to this <a href="https://{{ host }}/@{{ username }}/{{ id }}">post</a> with an account on the
|
||||
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>
|
||||
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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user