diff options
author | Alex Scerba <alex@scerba.org> | 2025-08-11 20:31:47 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-08-11 20:31:47 -0500 |
commit | c2e3442863b313a95d728d28da5ef99e7c9762e2 (patch) | |
tree | 258763e40555409a8a9f636470463943ff035f95 | |
parent | e11b2d8ca3586c02daa4962c331ec5bb7fc74680 (diff) |
Add image comparison slider block option
-rw-r--r-- | html/master.tmpl.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/master.tmpl.html b/html/master.tmpl.html index 9027d8c..a3eadd4 100644 --- a/html/master.tmpl.html +++ b/html/master.tmpl.html @@ -11,6 +11,7 @@ <link rel="canonical" href="https://www.alexscerba.com{{block "canonical" .}}{{end}}"> <link rel="stylesheet" href="/static/assets/style.css" /> <link rel="shortcut icon" href="/static/assets/favicon.ico" type="image/x-icon" /> + {{block "img-comparison-slider" .}}{{end}} </head> <body> <header> |