feat(newsletter): htmx form to subscribe to listmonk
All checks were successful
Deploy workflow / deploy (push) Successful in 15s
All checks were successful
Deploy workflow / deploy (push) Successful in 15s
This commit is contained in:
parent
f9e49913bf
commit
298cedf57d
5 changed files with 5198 additions and 15 deletions
|
|
@ -19,5 +19,10 @@
|
|||
{{ else }}
|
||||
{{ block "main" . }}{{ end }}
|
||||
{{ end }}
|
||||
{{ with resources.Get "scripts/htmx.js" }}
|
||||
{{ with . | fingerprint "sha256" }}
|
||||
<script src="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous"></script>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue