Make title of blog section smaller
This commit is contained in:
parent
b76c23971c
commit
edfb7b84a1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %} {% block content %}
|
{% extends "base.html" %} {% block content %}
|
||||||
<h1 class="title">{{ section.title }}</h1>
|
<h3>{{ section.title }}</h3>
|
||||||
<article>
|
<article>
|
||||||
<ul>
|
<ul>
|
||||||
{% for page in section.pages %}
|
{% for page in section.pages %}
|
||||||
|
|
Loading…
Reference in a new issue