diff --git a/_layouts/post.html b/_layouts/post.html index e25270c..0779a13 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -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> diff --git a/_sass/base.scss b/_sass/base.scss index a9863e1..2ef21b8 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -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;