592cb85ac619

Exclude the .htaccess file from the RSS feed.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jan 2010 04:28:20 -0500
parents d4b3f492440a
children 29514bb12ef0
branches/tags (none)
files content/.htaccess

Changes

--- a/content/.htaccess	Sat Jan 09 04:23:54 2010 -0500
+++ b/content/.htaccess	Sat Jan 09 04:28:20 2010 -0500
@@ -1,3 +1,7 @@
+{% hyde
+    exclude: True
+%}
+
 {% if GENERATE_CLEAN_URLS %}
 RewriteEngine on
 RewriteBase {{ node.site.settings.SITE_ROOT }}