chore(base.html): remove leftover code
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user