From 054626bf352132557c621f887c5e4991b0176a4e Mon Sep 17 00:00:00 2001 From: Cody Baker Date: Fri, 12 Nov 2021 15:35:09 -0700 Subject: [PATCH] Add noindex meta tag --- website/support/case/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/website/support/case/index.html b/website/support/case/index.html index ecb0d2f6044..07f77d65d46 100644 --- a/website/support/case/index.html +++ b/website/support/case/index.html @@ -5,6 +5,7 @@ {% extends "templates/base.html" %} {% block extra_meta %} + {% include "templates/common_fonts.html" %} {% endblock %}