Fix page title positioning
This commit is contained in:
parent
0d026da92c
commit
c4e47cbbd7
|
@ -1,7 +1,9 @@
|
|||
{% extends "default" %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
<div>
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{{ parent() }}
|
||||
{{ parent() }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends 'page' %}
|
||||
|
||||
{% block body %}
|
||||
{% block content_wrapper %}
|
||||
{{ parent() }}
|
||||
|
||||
{% include 'about-author' %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "page.html.twig" %}
|
||||
|
||||
{% block body %}
|
||||
{% block content_wrapper %}
|
||||
{{ parent() }}
|
||||
|
||||
{% include 'talk/slides' with {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: default
|
||||
title: Home
|
||||
permalink: /
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue