templates for self-hosting game jams (or any other kind of jam tbh)
1<footer>
2 <a href="https://veryroundbird.house" target="_blank">♥︎</a>
3</footer>
4<script type="module" src="{{ config.base_url }}/js/script.mjs"></script>
5{% if config.extra.goatcounter_id %}
6 <script data-goatcounter="https://{{ config.goatcounter_id }}.goatcounter.com/count"
7 async src="//gc.zgo.at/count.js"></script>
8{% endif %}
9{% if config.extra.tinylytics_script_id %}
10 <script src="https://tinylytics.app/embed/{{ config.extra.tinylytics_script_id }}.js{% if config.extra.use_tinylytics_kudos %}?kudos={% if config.extra.tinylytics_kudos_emoji %}{{ config.extra.tinylytics_kudos_emoji }}{% else %}💖{% endif %}{% endif %}" defer></script>
11{% endif %}