Adding guestbook

This commit is contained in:
Dan 2026-01-11 12:31:35 +00:00
parent 8d13c52d18
commit 9f890f2133
9 changed files with 895 additions and 4 deletions

View file

@ -7,7 +7,7 @@
{{ $filtered := slice }}
{{ range $remaining }}
{{ $path := .RelPermalink }}
{{ if and (not (strings.Contains $path "/terminal.js")) (not (strings.Contains $path "/init.js")) (not (strings.Contains $path "/button-generator.js")) (not (strings.Contains $path "/adoptables/")) }}
{{ if and (not (strings.Contains $path "/terminal.js")) (not (strings.Contains $path "/init.js")) (not (strings.Contains $path "/button-generator.js")) (not (strings.Contains $path "/adoptables/")) (not (strings.Contains $path "/guestbook.js")) }}
{{ $filtered = $filtered | append . }}
{{ end }}
{{ end }}