mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
9 lines
No EOL
345 B
HTML
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 %} |