fix article titles

This commit is contained in:
Jack Bond-Preston 2023-02-14 01:19:07 +00:00
parent c3cfdefc0d
commit 27e0151fa1
Signed by: jack
GPG Key ID: 010071F1482BA852
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
{% extends "base.html" %}
{% block title %}
{{ page.title }}
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/style/article.css">
<link rel="stylesheet" href="/style/sensor-watch.css">

View File

@ -1,5 +1,9 @@
{% extends "base.html" %}
{% block title %}
{{ page.title }}
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/style/article.css">
{% endblock %}