fix: page titles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "layout/layout.html" %}
|
||||
{% from "paginator/paginator.html" import paginator %}
|
||||
{% block title %} Home {% endblock %}
|
||||
{% block title %} Pets {% endblock %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/pets.css') }}">
|
||||
|
||||
Reference in New Issue
Block a user