chore(base.html): remove leftover code
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<title>{% block title %}{% endblock %} – judas</title>
|
<title>{% block title %}{% endblock %} – judas</title>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
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-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" />
|
<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>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-ctp-base text-ctp-text h-screen">
|
<body>
|
||||||
{% include "base/header.html" %}
|
{% include "base/header.html" %}
|
||||||
<!-- -->
|
<!-- -->
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user