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