mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
add mastodon summary
This commit is contained in:
parent
0894299979
commit
3374bc5e62
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user