fix article titles
This commit is contained in:
parent
c3cfdefc0d
commit
27e0151fa1
@ -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">
|
||||
|
@ -1,5 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
{{ page.title }}
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_head %}
|
||||
<link rel="stylesheet" href="/style/article.css">
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user