mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix build info hyperlink escaping
This commit is contained in:
parent
76a18c2541
commit
9ae8d87908
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{{- $now := now -}}
|
||||
{{- $buildCtx := "on my workstation" -}}
|
||||
{{- with getenv "JOB_URL" -}}
|
||||
{{- $buildCtx = `<a href="{{ . }}">on builds.sr.ht</a>` | safeHTML -}}
|
||||
{{- $buildCtx = printf `<a href="%s">on builds.sr.ht</a>` . | safeHTML -}}
|
||||
{{- end -}}
|
||||
<p>
|
||||
This site was last built on
|
||||
|
|
Loading…
Reference in a new issue