Add site name as config

Fixes #4
This commit is contained in:
Oliver Davies 2017-10-27 18:57:06 +01:00
parent 56ba3bd2bf
commit e87804992b
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
title: 'My New Sculpin Site'

View file

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Document</title> <title>{{ site.title }}</title>
</head> </head>
<body> <body>
{% block content %}{% endblock %} {% block content %}{% endblock %}