mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-12-08 16:20:24 +00:00
Reverting changes to go back to absolute URLs (2)
This reverts commit e253bf878d.
This commit is contained in:
parent
e344944c34
commit
91552d5841
10 changed files with 13 additions and 13 deletions
|
|
@ -9,4 +9,4 @@
|
|||
</form>
|
||||
{{ $webmentionjs := resources.Get "js/webmention.min.js" }}
|
||||
{{ $aliasesCombined := delimit (apply .Aliases "absURL" ".") "|" }}
|
||||
<script src="{{ $webmentionjs.RelPermalink }}" {{ printf "add-urls=%s" $aliasesCombined | safeHTMLAttr }} async></script>
|
||||
<script src="{{ $webmentionjs.Permalink }}" {{ printf "add-urls=%s" $aliasesCombined | safeHTMLAttr }} async></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue