this repo has no description
madoka.systmes
1{% extends "page.html" %}
2{%- block main -%}
3{{ post_macros::post_meta(post=page) }}
4{{ super() }}
5
6{% if page.extra.bsky_uri %}
7<section class="bsky-comments" id="bsky-comments" data-uri="{{ page.extra.bsky_uri }}">
8 <h2>comments</h2>
9</section>
10<script src="{{ get_url(path='js/bsky-comments.js') }}"></script>
11{% endif %}
12{%- endblock -%}