Skip to content

Commit 3da63ea

Browse files
committed
simplify css import templates
1 parent fbcdcaa commit 3da63ea

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

theme/templates/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% endblock %}
66

77
{% block title %}Blog - {% endblock %}
8-
{% block css %}{% include "css/blog.html" %}{% endblock %}
8+
{% block css %}{% include "css.html" %}{% endblock %}
99

1010
{% block banner %}{% endblock %}
1111

theme/templates/css/blog.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)