Reverting changes to go back to absolute URLs (2)

This reverts commit e253bf878d.
This commit is contained in:
Brandon Rozek 2025-12-06 14:10:36 -05:00
parent e344944c34
commit 91552d5841
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
10 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
{{- $openPGP := resources.Get "js/openpgp.min.js" -}}
<script src="{{ $openPGP.RelPermalink }}"></script>
<script src="{{ $openPGP.Permalink }}"></script>
<textarea id="pgpcleartext" class="pgpform" style="width: 100%; min-height: 10rem;"></textarea>
<button class="pgpbutton" onclick="encrypt()">Encrypt</button>
<br/>