Simplify website template code

This commit is contained in:
Keavon Chambers
2022-12-18 21:35:46 -08:00
parent f7317aa6b4
commit 9071d9fdca
16 changed files with 162 additions and 125 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}Blog | {{ page.title }}.{% endblock title %}
{% block title %}Blog | {{ page.title }}{% endblock title %}
{% block head %}
<link rel="stylesheet" href="/article.css">