feat: converted css call to Jinja2 format
This commit is contained in:
parent
a4bd777a57
commit
393d3116d7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta name="description" content="the main Adrianux page">
|
||||
<link rel="canonical" href="https://adrianux.net/">
|
||||
<link rel="stylesheet" href="css/pico.min.css" />
|
||||
<link rel="stylesheet" href="{{ url_for('css, filename='pico.min.css') }}" />
|
||||
<title>{% block title %}{% endblock %} - Adrianux.net</title>
|
||||
{% endblock %}
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue