allow user css

This commit is contained in:
Ville Rantanen
2023-07-23 22:11:15 +03:00
parent 9437e64936
commit 79780f0769
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
<meta name="generator" content="Agreper - minimal, no-JS forum software">
<meta content="utf-8" http-equiv="encoding">
<link rel=stylesheet href="{{ url_for('static', filename='theme.css') }}">
{%- if config.server_name -%}
<link rel=stylesheet href="{{ url_for('static', filename='user.css') }}">
{%- endif -%}
</head>
<body>
<nav>