view _layouts/default.html @ 90:fbd5bca94df2 kai

Let Jekyll do the current date.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 21:08:23 +0200
parents b748a89a04b0
children
line wrap: on
line source

<!DOCTYPE html>
<html>

{% include head.html %}

<body>

{% include header.html %}

{{ content }}

{% include footer.html %}

</body>

</html>