From 25640927c151963a0decdda5809ee3447513172e Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Feb 2025 22:25:02 -0800 Subject: [PATCH] Rename schemas.html to schema.html --- layouts/partials/paige/{schemas.html => schema.html} | 0 layouts/partials/paige/scripts.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename layouts/partials/paige/{schemas.html => schema.html} (100%) diff --git a/layouts/partials/paige/schemas.html b/layouts/partials/paige/schema.html similarity index 100% rename from layouts/partials/paige/schemas.html rename to layouts/partials/paige/schema.html diff --git a/layouts/partials/paige/scripts.html b/layouts/partials/paige/scripts.html index 486c6630..18476fba 100644 --- a/layouts/partials/paige/scripts.html +++ b/layouts/partials/paige/scripts.html @@ -7,6 +7,6 @@ {{ partial "paige/tag-script.html" (dict "onload" "renderMathInElement(document.body);" "page" $page "src" "js/paige/katex/auto-render.min.js") }} {{ end }} -{{ partial "paige/schemas.html" $page }} +{{ partial "paige/schema.html" $page }}