1
0
Fork 0
mirror of https://github.com/ctruLua/ctrulua.github.io.git synced 2025-10-27 16:39:30 +00:00

Quick test with Jekyll

This commit is contained in:
Firew0lf 2015-10-23 22:43:53 +02:00
parent 2653e46597
commit c2d62372ef
12 changed files with 600 additions and 8 deletions

19
_layouts/default.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrap">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>