Added theme

This commit is contained in:
Oliver Davies 2015-03-16 09:50:42 +00:00
parent 74a26aea07
commit 1b9783f6aa
2 changed files with 14 additions and 1 deletions

View file

@ -3,3 +3,5 @@ sculpin:
sculpin_content_types:
posts:
enabled: false
sculpin_theme:
theme: opdavies/opdavies

View 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>