7: add kuroit-1 and safeHTML on vps_location
This commit is contained in:
parent
fe025fe1b2
commit
c1979ab7ee
359
content/7/2025-04-10-kuroit-1.md
Normal file
359
content/7/2025-04-10-kuroit-1.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -32,10 +32,10 @@
|
||||
|
||||
<h3>Location</h3>
|
||||
{{ range $location }}
|
||||
<pre> <b>{{ .type }}:</b> {{ .value }}</pre>
|
||||
<pre> <b>{{ .type }}:</b> {{ .value | safeHTML }}</pre>
|
||||
{{ end }}
|
||||
|
||||
<h3>Owner</h3>
|
||||
{{ range $owner }}
|
||||
<pre> <b>{{ .type }}:</b> {{ .value }}</pre>
|
||||
<pre> <b>{{ .type }}:</b> {{ .value |safeHTML }}</pre>
|
||||
{{ end }}
|
Loading…
x
Reference in New Issue
Block a user