child div to honksonpage
Anirudh Oppiliappan x@icyphox.sh
Sun, 20 Nov 2022 20:27:52 +0530
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
views/honkpage.html
→
views/honkpage.html
@@ -59,6 +59,7 @@ {{ if eq .ServerMessage "one honk maybe more" }} <script> hideelement("refreshbox")</script> {{ end }}
>>>>>>> 4506960 (import) {{ end }} <div id="honksonpage"> +<div> {{ $BonkCSRF := .HonkCSRF }} {{ $IsPreview := .IsPreview }} {{ $MapLink := .MapLink }}@@ -67,5 +68,6 @@ {{ $OmitImages := .User.Options.OmitImages }}
{{ range .Honks }} {{ template "honk.html" map "Honk" . "MapLink" $MapLink "BonkCSRF" $BonkCSRF "IsPreview" $IsPreview "Badonk" $Badonk "OmitImages" $OmitImages }} {{ end }} +</div> </div> </main>