chore(base.html): remove leftover code

This commit is contained in:
2026-03-12 20:41:33 +01:00
parent 865112c823
commit aa562a0eab

View File

@@ -6,7 +6,7 @@
<title>{% block title %}{% endblock %} judas</title>
<link
rel="stylesheet"
href="{{ url_for('static', filename='css/dist/output.css') }}"
href="{{ url_for('static', filename='css/style.css') }}"
/>
<link rel="stylesheet" href="https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css" />
<link rel="stylesheet" href="https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-straight/css/uicons-regular-straight.css" />
@@ -29,7 +29,7 @@
});
</script>
</head>
<body class="bg-ctp-base text-ctp-text h-screen">
<body>
{% include "base/header.html" %}
<!-- -->
{% block content %}{% endblock %}