Added theme
This commit is contained in:
parent
74a26aea07
commit
1b9783f6aa
|
@ -3,3 +3,5 @@ sculpin:
|
||||||
sculpin_content_types:
|
sculpin_content_types:
|
||||||
posts:
|
posts:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
sculpin_theme:
|
||||||
|
theme: opdavies/opdavies
|
11
source/themes/opdavies/opdavies/_layouts/default.html.twig
Normal file
11
source/themes/opdavies/opdavies/_layouts/default.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" class="no-js">
|
||||||
|
<head>
|
||||||
|
<title>{{ site.title }}</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{% block content_wrapper %}
|
||||||
|
{% block content %}{% endblock %}
|
||||||
|
{% endblock %}
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue