Makes sure pages have h1 header heirarchy
This commit is contained in:
parent
6143ac069f
commit
6553e5df34
4 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
{% extends 'layout.html' %}
|
||||
{% block content %}
|
||||
{% with book_results|first as local_results %}
|
||||
<div class="block">
|
||||
<h1 class="title">Search Results for "{{ query }}"</h1>
|
||||
</div>
|
||||
|
||||
<div class="block columns">
|
||||
<div class="column">
|
||||
<h2 class="title">Matching Books</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue