Make title of blog section smaller

This commit is contained in:
Jonas Tobias Hopusch 2021-06-14 11:57:06 +02:00
parent b76c23971c
commit edfb7b84a1
Failed to generate hash of commit
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% extends "base.html" %} {% block content %}
<h1 class="title">{{ section.title }}</h1>
<h3>{{ section.title }}</h3>
<article>
<ul>
{% for page in section.pages %}