diff options
Diffstat (limited to 'layouts/shortcodes')
| -rw-r--r-- | layouts/shortcodes/mastodon.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layouts/shortcodes/mastodon.html b/layouts/shortcodes/mastodon.html new file mode 100644 index 0000000..cfb15ca --- /dev/null +++ b/layouts/shortcodes/mastodon.html @@ -0,0 +1,16 @@ +<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> |
