diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 560629fa..7215eeb9 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -1,3 +1,4 @@ +name: Oliver Davies menu_links: - title: About diff --git a/source/_includes/logo.html.twig b/source/_includes/logo.html.twig new file mode 100644 index 00000000..dd1aa286 --- /dev/null +++ b/source/_includes/logo.html.twig @@ -0,0 +1,11 @@ +
+
+ + + {{ site.name }} + +
+
diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index a4454cad..f518af13 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -3,6 +3,10 @@ {% include 'banner.html.twig' %}
+
+ {% include 'logo.html.twig' %} +
+

{{ page.title }}