Clean up a few more domains
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{{ $text := placeholder "http.error.status_text" -}}
|
||||
{{ $full_text := printf "%s %s" (placeholder "http.error.status_code") (placeholder "http.error.status_text") -}}
|
||||
{{ $host := placeholder "http.request.host" -}}
|
||||
{{ $img_url := (printf "https://errors.bbaovanc.com/%s.jpg" $code) -}}
|
||||
{{ $img_url := (printf "https://http.cat/%s.jpg" $code) -}}
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ $full_text }}</title>
|
||||
|
Reference in New Issue
Block a user