Make stylesheet link |asseturl

Signed-off-by: HackerNCoder <hackerncoder@encryptionin.space>
This commit is contained in:
HackerNCoder 2023-06-11 18:17:33 +00:00
parent bd93811bbe
commit cfee06aaa5

View file

@ -1,6 +1,6 @@
<!doctype html> <!doctype html>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="{{ '/static/style.css'|url }}"> <link rel="stylesheet" href="{{ '/static/style.css'|asseturl }}">
<title>{% block title %}Welcome{% endblock %} — Comrades Library</title> <title>{% block title %}Welcome{% endblock %} — Comrades Library</title>
<body> <body>
<header> <header>