From 2ea552fedd4c547eb4aea2e6be1f66c58667cda8 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 2 Feb 2025 16:55:40 +1100 Subject: [PATCH] Fixed syntax include --- _includes/styles/custom.css | 2 ++ _layouts/page.html | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/styles/custom.css b/_includes/styles/custom.css index 8b063f4..36fa331 100644 --- a/_includes/styles/custom.css +++ b/_includes/styles/custom.css @@ -1,3 +1,5 @@ +@import "toylang-syntax.css"; + @media only screen and (max-width: 768px) { .custom-mobile-hide { display: none !important; diff --git a/_layouts/page.html b/_layouts/page.html index 1399416..0cfa924 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -55,6 +55,5 @@ theme_url: https://github.com/pixeldroid/programming-pages {% include scripts/help.js %} {% comment %} provide user extension / override point {% endcomment %} -{% include scripts/toylang-syntax.js %} {% include scripts/custom.js %} \ No newline at end of file