100-go-mistakes/overrides/main.html
Teiva Harsanyi a2d528b818 Polishing
2023-09-29 01:39:48 +02:00

9 lines
No EOL
345 B
HTML

{% extends "base.html" %}
{% block htmltitle %}
<title>100 Go Mistakes</title>
{% endblock %}
{% block announce %}
This repo is open to <a href="https://hacktoberfest.com/">Hacktoberfest</a>! 🎉 If you want to participate, please have a look at the <a href="https://github.com/teivah/100-go-mistakes/issues">open issues</a>.
{% endblock %}