mirror of https://gitlab.com/curben/blog
fix(sitemap): add sitemap location to <head> and robots.txt
* https://github.com/h5bp/html5-boilerplate/pull/1918
This commit is contained in:
parent
e9c907e480
commit
6b9395cebc
|
@ -1,2 +1,4 @@
|
|||
User-agent: *
|
||||
Disallow:
|
||||
|
||||
Sitemap: https://curben.netlify.com/sitemap.xml
|
|
@ -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') %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue