From 0ce704cfeac4a9e21f03d13debb44ac8d1f15de7 Mon Sep 17 00:00:00 2001 From: Matt DeCamp Date: Tue, 7 Dec 2021 15:49:53 -0500 Subject: [PATCH] initial build Created robots text file --- src/robots.njk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/robots.njk b/src/robots.njk index 699a8e5..6de253d 100644 --- a/src/robots.njk +++ b/src/robots.njk @@ -1,4 +1,6 @@ --- permalink: robots.txt eleventyExcludeFromCollections: true ---- \ No newline at end of file +--- + +Sitemap: {{ site.url }}/sitemap.xml \ No newline at end of file