From 6181a48ced382118df5aa8b33457b8f2ac231211 Mon Sep 17 00:00:00 2001 From: ischommer Date: Fri, 5 Dec 2008 02:51:36 +0000 Subject: [PATCH] BUGFIX Added GoogleSitemap.ss from sapphire --- templates/GoogleSitemap.ss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 templates/GoogleSitemap.ss diff --git a/templates/GoogleSitemap.ss b/templates/GoogleSitemap.ss new file mode 100755 index 0000000..9272ed4 --- /dev/null +++ b/templates/GoogleSitemap.ss @@ -0,0 +1,11 @@ + + + <% control Items %> + + $AbsoluteLink + $LastEdited.Format(c) + <% if ChangeFreq %>$ChangeFreq<% end_if %> + <% if Priority %>$Priority<% end_if %> + + <% end_control %> + \ No newline at end of file