make the sass file extendable

This commit is contained in:
2025-08-16 23:44:02 +03:00
parent f1f62fa2c8
commit aaeb3a524b
5 changed files with 1160 additions and 909 deletions

View File

@ -8,7 +8,7 @@
{% else %}
<title>{{config.SITE_NAME}}</title>
{% endif %}
<link rel="stylesheet" href="{{ "/static/style.css" | cachebust }}">
<link rel="stylesheet" href="{{ "/static/css/style.css" | cachebust }}">
<link rel="icon" type="image/png" href="/static/favicon.png">
</head>
<body>