Skip to content

Commit c42803d

Browse files
committed
Move site.css into hello subfolder
1 parent 2e5ad26 commit c42803d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

hello/templates/hello/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<title>{% block title %}{% endblock %}</title>
66
{% load static %}
7-
<link rel="stylesheet" type="text/css" href="{% static 'site.css' %}" />
7+
<link rel="stylesheet" type="text/css" href="{% static 'hello/site.css' %}" />
88
</head>
99

1010
<body>

0 commit comments

Comments
 (0)