We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27c586 commit 1680c1aCopy full SHA for 1680c1a
site/_templates/layout.html
@@ -0,0 +1,5 @@
1
+{% extends "!layout.html" %}
2
+{% block extrahead %}
3
+ <meta name="robots" content="noindex" />
4
+ {{ super() }}
5
+{% endblock %}
0 commit comments