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> <time class="dt-label dt-published" datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date_to_string }}</time>
</section> </section>
</section> </section>
<div class="e-bridgy-mastodon-content hidden">
New blog post: {{ page.title }} - {{page.excerpt}}
</div>
<div class="e-content"> <div class="e-content">
{{ content }} {{ content }}
</div> </div>

View File

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