diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-01-13 22:33:08 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-01-13 22:33:08 +0800 |
| commit | 4c40685be4a919f4483febc6fc9249fa59651fae (patch) | |
| tree | 29f0c9b66f5d90a5d808b84355148f6577c6d54e /layouts/shortcodes/mastodon.html | |
| parent | 16e2a3fd905c5ffb5e0a90c1a4805559d372b389 (diff) | |
| download | blog-4c40685be4a919f4483febc6fc9249fa59651fae.tar.gz blog-4c40685be4a919f4483febc6fc9249fa59651fae.zip | |
style: show the summary of every post on recent-posts
Diffstat (limited to 'layouts/shortcodes/mastodon.html')
| -rw-r--r-- | layouts/shortcodes/mastodon.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/layouts/shortcodes/mastodon.html b/layouts/shortcodes/mastodon.html index cfb15ca..e69de29 100644 --- a/layouts/shortcodes/mastodon.html +++ b/layouts/shortcodes/mastodon.html @@ -1,16 +0,0 @@ -<script type="module" src="https://unpkg.com/mastodon-widget"></script> - -<mastodon-widget account="Verdant@c7.io" limit="10" header="true"> -</mastodon-widget> - -<style> - header, - .post-title, - .post-info { - display: none !important; - } - - mastodon-weight { - background-color: black !important; - } -</style> |
