Simplify website template code

This commit is contained in:
Keavon Chambers
2022-12-18 21:35:46 -08:00
parent 1bdbcfd9e7
commit 2f2daa25e9
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">