parent
56ba3bd2bf
commit
e87804992b
1
app/config/sculpin_site.yml
Normal file
1
app/config/sculpin_site.yml
Normal file
|
@ -0,0 +1 @@
|
|||
title: 'My New Sculpin Site'
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Document</title>
|
||||
<title>{{ site.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue