aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/baseof.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-05-10 21:22:53 -0400
committertdro <tdro@noreply.example.com>2023-05-18 11:12:18 -0400
commit5403d7559af83c4ecdfbd89036984a114490eb93 (patch)
tree9a2d1c981aad56675a848f43215e8e967bdabef1 /themes/default/layouts/_default/baseof.html
parent019f938f2394adca667b11a7640377053547b70e (diff)
downloadcanory-5403d7559af83c4ecdfbd89036984a114490eb93.tar.gz
canory-5403d7559af83c4ecdfbd89036984a114490eb93.tar.bz2
canory-5403d7559af83c4ecdfbd89036984a114490eb93.zip
themes/default/layouts/partials/function-page-modified: Return true here
Wrap bases but still generate everything, will revisit much later on
Diffstat (limited to 'themes/default/layouts/_default/baseof.html')
-rw-r--r--themes/default/layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html
index ddd2780..657dc7d 100644
--- a/themes/default/layouts/_default/baseof.html
+++ b/themes/default/layouts/_default/baseof.html
@@ -1,5 +1,6 @@
{{- $modified := partial "function-page-modified.html" . -}}
+{{- if $modified -}}
<!DOCTYPE html>
<html
lang="en-us"
@@ -42,3 +43,4 @@
</column-right>
</body>
</html>
+{{- end -}}