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 %}