diff --git a/README.md b/README.md index ccfa227..53e34af 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,14 @@ hidden = true +++ ``` +### Enable KaTeX for this post +This can be used when creating an "About me"-page. +``` ++++ +katex = true ++++ +``` + ## Contributing 1. Fork it! diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ac3795a..475b6f6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -12,7 +12,7 @@ - {{ if .Site.Params.Katex }} + {{ if $.Param "katex" }}