jekyll/test/source/.htaccess

8 lines
136 B
ApacheConf

---
layout: nil
---
ErrorDocument 404 /404.html
ErrorDocument 500 /500.html
{% for post in site.posts %}
# {{ post.url }}
{% endfor %}