add mastodon summary

This commit is contained in:
Tom 2025-05-17 09:53:21 +01:00
parent 0894299979
commit 3374bc5e62
2 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,9 @@
<time class="dt-label dt-published" datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date_to_string }}</time>
</section>
</section>
<div class="e-bridgy-mastodon-content hidden">
New blog post: {{ page.title }} - {{page.excerpt}}
</div>
<div class="e-content">
{{ content }}
</div>

View File

@ -121,6 +121,7 @@ main {
}
}
hr.heading {
width: 100%;
margin-top: 0;
@ -392,6 +393,10 @@ body:not(.has-wc) .has-wc {
}
}
.hidden {
display: none;
}
.visually-hidden {
display: block;
height: 1px;