all repos — honk @ 334cbe95071eb19a395d9cab425e6895e4734596

my fork of honk

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

334cbe95071eb19a395d9cab425e6895e4734596

parent

d1096b1c0c8da0d6beaf9c9dda6e26691bf7703b

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

jump to
M views/honkpage.htmlviews/honkpage.html

@@ -42,6 +42,7 @@ </div>

{{ if eq .ServerMessage "one honk maybe more" }} <script> hideelement("refreshbox")</script> {{ end }} {{ end }} <div id="honksonpage"> +<div> {{ $BonkCSRF := .HonkCSRF }} {{ $IsPreview := .IsPreview }} {{ $MapLink := .MapLink }}

@@ -50,5 +51,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>