Convert h2s to h1s where obvious
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{% load fr_display %}
|
||||
{% block content %}
|
||||
<div class="block">
|
||||
<h2 class="title">{{ author.display_name }}</h2>
|
||||
<h1 class="title">{{ author.display_name }}</h1>
|
||||
|
||||
{% if author.bio %}
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user