File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
< title > {% block title %}BookWyrm{% endblock %} | {{ site.name }}</ title >
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
8
< link type ="text/css " rel ="stylesheet " href ="/static/css/bulma.min.css ">
9
- < link type ="text/css " rel ="stylesheet " href ="/static/css/format.css ">
10
9
< link type ="text/css " rel ="stylesheet " href ="/static/css/icons.css ">
10
+ < link type ="text/css " rel ="stylesheet " href ="/static/css/bookwyrm.css ">
11
11
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="{% if site.favicon %}/images/{{ site.favicon }}{% else %}/static/images/favicon.ico{% endif %} ">
13
13
212
212
< script >
213
213
var csrf_token = '{{ csrf_token }}' ;
214
214
</ script >
215
- < script src ="/static/js/shared .js "> </ script >
215
+ < script src ="/static/js/bookwyrm .js "> </ script >
216
216
{% block scripts %}{% endblock %}
217
217
</ body >
218
218
</ html >
You can’t perform that action at this time.
0 commit comments