Init Jekyll Theme
This commit is contained in:
parent
ef6d8f23ef
commit
e5d20c0faf
161 changed files with 11696 additions and 0 deletions
13
_layouts/default.html
Normal file
13
_layouts/default.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% include header.html %}
|
||||
<body>
|
||||
{% include masthead.html %}
|
||||
|
||||
{% include navigation.html %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
{% include footer_scripte.html %}
|
||||
</body>
|
||||
</html>
|
Reference in a new issue