Skip to content

Commit 999e39b

Browse files
committed
Fix posts.css reference to all-posts.css
1 parent 1413956 commit 999e39b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

portfolio/templates/portfolio/posts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block title%}{{title}}{%endblock%}
66
{% block css_files%}
7-
<link rel="stylesheet" href="{% static 'posts.css' %}">
7+
<link rel="stylesheet" href="{% static 'all-posts.css' %}">
88
<link rel='stylesheet' href="{% static 'base.css' %}">
99
{% endblock %}
1010
{%block content%}

0 commit comments

Comments
 (0)