From 6b9395cebc9ded2cbe642e35669beb066ab6e052 Mon Sep 17 00:00:00 2001 From: curben Date: Wed, 26 Jun 2019 16:24:19 +0930 Subject: [PATCH] fix(sitemap): add sitemap location to and robots.txt * https://github.com/h5bp/html5-boilerplate/pull/1918 --- source/robots.txt | 2 ++ themes/typing/layout/_partial/head.ejs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/robots.txt b/source/robots.txt index eb05362..fd1350e 100644 --- a/source/robots.txt +++ b/source/robots.txt @@ -1,2 +1,4 @@ User-agent: * Disallow: + +Sitemap: https://curben.netlify.com/sitemap.xml \ No newline at end of file diff --git a/themes/typing/layout/_partial/head.ejs b/themes/typing/layout/_partial/head.ejs index 9b90c2b..0d6f896 100644 --- a/themes/typing/layout/_partial/head.ejs +++ b/themes/typing/layout/_partial/head.ejs @@ -42,7 +42,7 @@ - + <%/* Fallback function for SRI */%> <%- js('js/sri.min') %>