i only just realized my style page didn't have code highlighting woops
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-08 10:40:24 -07:00
parent d663b851c9
commit bbcdb5ee03
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@
{# Styles #}
<style>{% include "css/main.css" %}</style>
<style>{% include "css/nav.css" %}</style>
<style>{% include "css/highlighting.css" %}</style>
<style>{% include "css/print.css" %}</style>
<style>{% getBundle "css" %}</style>
-1
View File
@@ -2,7 +2,6 @@
layout: base.njk
---
{% css %}{% include "css/post.css" %}{% endcss %}
{% css %}{% include "css/highlighting.css" %}{% endcss %}
{% css %}{% include "css/lists.css" %}{% endcss %}
{% css %}{% include "css/modal.css" %}{% endcss %}
{% js %}{% include "node_modules/@zachleat/heading-anchors/heading-anchors.js" %}{% endjs %}