Sha256: 97f221c4d073fd434ddf7b39342fad5972c009a6d7c933f013046dfc90794040
Contents?: true
Size: 635 Bytes
Versions: 2
Compression:
Stored size: 635 Bytes
Contents
{%- if page.mastodon_comments.toot_id -%} {%- if page.mastodon_comments.host or site.mastodon_comments.host -%} {%- assign mastodon_host = page.mastodon_comments.host | default: site.mastodon_comments.host -%} <div style="border-top: dashed 1px rgba(219, 219, 219, 0.9)"> <h2>Comments in Mastodon</h2> <div id="mastodon_comments_list" style="margin-top: 22px;"> </div> </div> <script src="/assets/js/mastodon_comments.js"></script> <script> window.onload = mastodon_comments_load('{{ mastodon_host }}', '{{ page.mastodon_comments.toot_id }}', 'mastodon_comments_list') </script> {%- endif -%} {%- endif -%}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-ascii-0.3.1 | _includes/comments/mastodon.html |
jekyll-theme-ascii-0.3.0 | _includes/comments/mastodon.html |