Skip to content

Commit 5aea734

Browse files
committed
[assets] Rename some files for consistency.
1 parent 6971c9b commit 5aea734

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

bookwyrm/templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<title>{% block title %}BookWyrm{% endblock %} | {{ site.name }}</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link type="text/css" rel="stylesheet" href="/static/css/bulma.min.css">
9-
<link type="text/css" rel="stylesheet" href="/static/css/format.css">
109
<link type="text/css" rel="stylesheet" href="/static/css/icons.css">
10+
<link type="text/css" rel="stylesheet" href="/static/css/bookwyrm.css">
1111

1212
<link rel="shortcut icon" type="image/x-icon" href="{% if site.favicon %}/images/{{ site.favicon }}{% else %}/static/images/favicon.ico{% endif %}">
1313

@@ -212,7 +212,7 @@
212212
<script>
213213
var csrf_token = '{{ csrf_token }}';
214214
</script>
215-
<script src="/static/js/shared.js"></script>
215+
<script src="/static/js/bookwyrm.js"></script>
216216
{% block scripts %}{% endblock %}
217217
</body>
218218
</html>

0 commit comments

Comments
 (0)