chore(release): 0.7.0 #18

Merged
pufereq merged 12 commits from release/0.7.0 into main 2026-03-12 20:17:16 +00:00
5 changed files with 235 additions and 20 deletions
Showing only changes of commit aa562a0eab - Show all commits

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 %}