Skip to content

Commit

Permalink
Don't make stylesheet relative
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 3, 2024
1 parent 49cb43c commit e20af93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_app/templates/layout/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% block head %}
{% endblock %}
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="/static/css/style.css">
{{ bootstrap.load_css() }}
</head>
<body>
Expand Down

0 comments on commit e20af93

Please sign in to comment.