From 86955a7d6cfeca0f1f5d737f479122446d7a5a13 Mon Sep 17 00:00:00 2001 From: daudix Date: Thu, 29 Aug 2024 19:35:11 +0300 Subject: [PATCH] Fix missing goatcounter data attribute --- content/demo/index.md | 12 +++++++++--- templates/partials/head.html | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/content/demo/index.md b/content/demo/index.md index 900d8f5..7bdf185 100644 --- a/content/demo/index.md +++ b/content/demo/index.md @@ -96,6 +96,12 @@ $$\relax f(x) = \int_{-\infty}^\infty\hat{f}(\xi)\,e^{2 \pi i \xi x}\,d\xi$$ $$\relax f(x) = \int_{-\infty}^\infty\hat{f}(\xi)\,e^{2 \pi i \xi x}\,d\xi$$ +```latex +$\relax f(x) = \int_{-\infty}^\infty\hat{f}(\xi)\,e^{2 \pi i \xi x}\,d\xi$ +``` + +$\relax f(x) = \int_{-\infty}^\infty\hat{f}(\xi)\,e^{2 \pi i \xi x}\,d\xi$ + ### Shortcodes Duckquill provides a few useful [shortcodes](https://www.getzola.org/documentation/content/shortcodes/) that simplify some tasks. They can be used on all pages. @@ -587,7 +593,7 @@ Blah blah Inline Quote hmm. diff --git a/templates/partials/head.html b/templates/partials/head.html index 51f35a5..f5154c9 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -131,7 +131,7 @@ {%- if scripts | length > 0 %} {%- for script in scripts %} - + {%- endfor %} {%- endif %}