Add a talk layout

This commit is contained in:
Oliver Davies 2021-09-07 13:19:02 +01:00
parent bec52af3ca
commit 17e8f767e8
3 changed files with 5 additions and 1 deletions

View file

@ -10,4 +10,5 @@
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
{% block content_bottom %}{% endblock %}
{% endblock %}

View file

@ -0,0 +1,4 @@
{% extends 'default' %}
{% block content_bottom %}
{% endblock %}

View file

@ -1,5 +1,4 @@
---
title: Building Static Websites with Sculpin
layout: default
---