add: static css files; add: content in about.html

This commit is contained in:
ahoemann 2024-11-19 17:23:18 +01:00
parent 393d3116d7
commit 8e1e5b0693
8 changed files with 14 additions and 15 deletions

View file

@ -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="{{ url_for('css, filename='pico.min.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/pico.css') }}" />
<title>{% block title %}{% endblock %} - Adrianux.net</title>
{% endblock %}
</head>