Added default.html.twig
This commit is contained in:
parent
2f9dba4da4
commit
f3ff91c68e
9
source/_layouts/default.html.twig
Normal file
9
source/_layouts/default.html.twig
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>{{ site.title }}</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{% block body %}{% endblock %}
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue