all repos — honk @ b81e0b79ea9edc40a3c42b53e2daa91084ff54b1

my fork of honk

child div to honksonpage
Anirudh Oppiliappan x@icyphox.sh
Sun, 20 Nov 2022 20:27:52 +0530
commit

b81e0b79ea9edc40a3c42b53e2daa91084ff54b1

parent

11a3a8e91e04cb28a2994c8e76aafa0a7c428c47

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M views/honkpage.htmlviews/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>