fix(sitemap): add sitemap location to <head> and robots.txt

* https://github.com/h5bp/html5-boilerplate/pull/1918
This commit is contained in:
curben 2019-06-26 16:24:19 +09:30
parent e9c907e480
commit 6b9395cebc
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
User-agent: *
Disallow:
Sitemap: https://curben.netlify.com/sitemap.xml

View File

@ -42,7 +42,7 @@
<meta name="msapplication-TileColor" content="#603cba">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
<%/* Fallback function for SRI */%>
<%- js('js/sri.min') %>