summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2024-03-07 23:23:13 +0100
committerkdx <kikoodx@paranoici.org>2024-03-07 23:23:13 +0100
commit666604670ef4cf6eb0d0f54956d32d08c61e80af (patch)
tree1de522cc1bd4a1a859d2b51d685bb0b1493a7e41
parent7cf5b4fd38ff68a9530703247f9c224dc24cfc37 (diff)
downloadgallery-gen-666604670ef4cf6eb0d0f54956d32d08c61e80af.tar.gz
??
-rw-r--r--src/template.zig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/template.zig b/src/template.zig
index 14f15bd..38dd9fb 100644
--- a/src/template.zig
+++ b/src/template.zig
@@ -27,11 +27,6 @@ const template2 =
\\</html>
;
-const template_prevnext =
- \\ <p><a href="/gallery/{s}">← prev</a> |
- \\ <a href="/gallery/{s}">next →</a><br /></p>
-;
-
pub fn write(
writer: std.io.AnyWriter,
image: Image,