add simple license and privacy policy pages

silly but certain things require these. also added some sitemap priorities to other miscellaneous pages.
This commit is contained in:
2020-04-28 18:53:15 -04:00
parent e478c76e2d
commit 17501e8c34
19 changed files with 250 additions and 405 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"no-blanks-blockquote": true,
"no-empty-links": false,
"no-hard-tabs": false,
"no-inline-html": { "allowed_elements": [ "p", "a", "strong", "em", "img", "svg", "path", "h2", "h3", "code", "span", "sup", "figure", "figcaption", "iframe" ] },
"no-inline-html": { "allowed_elements": [ "p", "a", "strong", "em", "img", "svg", "path", "polygon", "circle", "g", "h2", "h3", "code", "span", "sup", "figure", "figcaption", "iframe" ] },
"no-multiple-blanks": false,
"no-trailing-punctuation": false,
"single-h1": false,