Skip to content

Commit b571d59

Browse files
authored
Merge pull request timonweb#4 from cachitas/master
Fix quotes
2 parents 5aa010b + 6f4daef commit b571d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind/app_template/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="keywords" content="">
1212
<meta name="author" content="">
1313

14-
<link rel="stylesheet" href="{% static "css/styles.min.css" %}">
14+
<link rel="stylesheet" href="{% static 'css/styles.min.css' %}">
1515
</head>
1616

1717
<body class="bg-grey-lightest font-serif leading-normal tracking-normal">

0 commit comments

Comments
 (0)