Add a talk layout
This commit is contained in:
parent
bec52af3ca
commit
17e8f767e8
|
@ -10,4 +10,5 @@
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
{% block content_bottom %}{% endblock %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
4
source/_layouts/talk.html.twig
Normal file
4
source/_layouts/talk.html.twig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{% extends 'default' %}
|
||||||
|
|
||||||
|
{% block content_bottom %}
|
||||||
|
{% endblock %}
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
title: Building Static Websites with Sculpin
|
title: Building Static Websites with Sculpin
|
||||||
layout: default
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue