Hacker News new | ask | show | jobs
by martin 6179 days ago
If all you want to do is attach a header and footer to an otherwise static HTML page, why not just use SSI? http://httpd.apache.org/docs/1.3/howto/ssi.html
1 comments

Good suggestion, but I think I'll go with one of the other solutions for a few reasons:

- I'd rather keep things completely static if I can

- It ties my site to Apache a bit

- I may as well take advantage of some of the other features Jekyll etc provide