X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/9ec5b4c0fb5f705fa69b1629c6eaa60dae500b69..c3f35ab1622ecb792dba0ece727f148abf6018fb:/ralf/_layouts/page.html diff --git a/ralf/_layouts/page.html b/ralf/_layouts/page.html new file mode 100644 index 0000000..99737e0 --- /dev/null +++ b/ralf/_layouts/page.html @@ -0,0 +1,17 @@ +--- +layout: default +--- +{% if page.pretitle %} +
+ {% if page.date %} +
Permalink • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
+ {% endif %} +

{{ page.pretitle }}

+
+{% endif %} + +
+

{{ page.title }}

+
+ +{{ content }}