From f66763c625067c8687371adcba64809bb8cb8e9b Mon Sep 17 00:00:00 2001 From: David Choi Date: Fri, 31 Jul 2020 13:54:34 -0500 Subject: [PATCH] help sitemap (#141) --- sitemap.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 00000000..634435b6 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,22 @@ +--- +layout: null +title: Sitemap XML +--- + + + + {% assign sorted_articles = site.articles | sort: 'title' %} + {% for post in sorted_articles %} + + https://bitwarden.com/help{{ post.url }} + {% if post.lastmod == null %} + {{ post.date | date_to_xmlschema }} + {% else %} + {{ post.lastmod | date_to_xmlschema }} + {% endif %} + monthly + 0.6400 + + {% endfor %} + + \ No newline at end of file