image with text link

main
alexanderroese 2024-06-29 12:39:47 +02:00
parent 92374c0a1e
commit 75937af0d9
1 changed files with 2 additions and 4 deletions

View File

@ -30,15 +30,13 @@
for block in section.blocks
case block.type
when 'button'
if block.settings.button_link != blank
assign button_link = block.settings.button_link
endif
assign button_link = block.settings.button_link
endcase
endfor
%}
<script>
console.log("here2", {{ button_link }})
console.log("here3", {{ button_link }})
</script>