From 4f43620b844cf3a000aeeb5030bf9d95cdc683cd Mon Sep 17 00:00:00 2001 From: Dan Bader Date: Thu, 12 Jul 2018 19:13:10 -0700 Subject: [PATCH] Add search console meta tag --- docs/_templates/layout.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/_templates/layout.html diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 0000000..93dd11e --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,6 @@ +{% extends "!layout.html" %} + +{%- block extrahead %} + {{ super() }} + +{% endblock %}