Move daily emails into the blog page
This commit is contained in:
parent
be69398931
commit
1b8441608f
828 changed files with 9 additions and 196 deletions
|
|
@ -1,20 +0,0 @@
|
|||
{% extends 'page' %}
|
||||
|
||||
{% block meta_description %}{{ page.snippet|trim }}{% endblock %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<time datetime="{{ page.date|date('Y-m-d') }}">{{ page.date|date('F jS, Y') }}</time>
|
||||
|
||||
{{ parent() }}
|
||||
|
||||
<p>- Oliver</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_bottom %}
|
||||
{% include 'daily-email-form.html.twig' with {
|
||||
intro: 'Sign up here and get more like this delivered straight to your inbox every day.',
|
||||
title: 'Was this interesting?',
|
||||
} %}
|
||||
|
||||
{% include 'about-me.html.twig' %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue