Add noindex meta tag

This commit is contained in:
Cody Baker 2021-11-12 15:35:09 -07:00
parent 9b53d5a57f
commit 054626bf35

View File

@ -5,6 +5,7 @@
{% extends "templates/base.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex">
{% include "templates/common_fonts.html" %}
{% endblock %}