xmitter-11ty/feed/htaccess.njk
2018-09-24 16:23:31 -04:00

7 lines
207 B
Plaintext

---
permalink: feed/.htaccess
excludeFromSitemap: true
---
# For Apache, to show `{{ metadata.feed.filename }}` when browsing to directory /feed/ (hide the file!)
DirectoryIndex {{ metadata.feed.filename }}