Fixed HTML errors

This commit is contained in:
Brandon Rozek 2025-03-28 23:23:23 -04:00
parent 525b28e98b
commit be207e0df3
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
2 changed files with 1 additions and 2 deletions

View file

@ -3,6 +3,6 @@
{{ partial "head.html" . }}
<body>
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }}
</body>
{{ partial "footer.html" . }}
</html>

View file

@ -7,7 +7,6 @@
<input type="hidden" name="target" value="{{ .Permalink }}">
<button type="submit">Submit</button>
</form>
</main>
{{ $webmentionjs := resources.Get "js/webmention.min.js" }}
{{ $aliasesCombined := delimit (apply .Aliases "absURL" ".") "|" }}
<script src="{{ $webmentionjs.Permalink }}" {{ printf "add-urls=%s" $aliasesCombined | safeHTMLAttr }} async></script>