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 -}}
|
{{- $now := now -}}
|
||||||
{{- $buildCtx := "on my workstation" -}}
|
{{- $buildCtx := "on my workstation" -}}
|
||||||
{{- with getenv "JOB_URL" -}}
|
{{- 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 -}}
|
{{- end -}}
|
||||||
<p>
|
<p>
|
||||||
This site was last built on
|
This site was last built on
|
||||||
|
|
Loading…
Reference in a new issue