aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 20:48:58 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 20:48:58 +0300
commitba4fccaf4848c421095a5db4ca76de81336a9ca9 (patch)
tree874fd3cd836b4b9b8a54d1159f0983cf87e1a1f1
parent20e09ea6edd483dd178c39c4bbd1d2d69959e35b (diff)
downloadvalentineus.github.io-ba4fccaf4848c421095a5db4ca76de81336a9ca9.tar.xz
valentineus.github.io-ba4fccaf4848c421095a5db4ca76de81336a9ca9.zip
Correction of validator's comments [4]
-rw-r--r--_pages/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pages/404.html b/_pages/404.html
index d21ce1c..32a581e 100644
--- a/_pages/404.html
+++ b/_pages/404.html
@@ -6,5 +6,5 @@ permalink: /404.html
<div style="text-align:center;">
<h1>404</h1>
<p><strong>Page not found.</strong></p>
- <p><small>If you see this message, please <a href="mailto:{{- site.email | strip | url_encode -}}?subject={{- 'I found a broken page' | strip | normalize_whitespace | uri_encode -}}">let me know</a>.</small></p>
+ <p><small>If you see this message, please <a href="mailto:{{- site.email | strip | url_encode -}}?subject={{- 'I found a broken page' | strip | normalize_whitespace | uri_escape -}}">let me know</a>.</small></p>
</div> \ No newline at end of file