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