diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 20:38:49 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 20:38:49 +0300 |
commit | 20e09ea6edd483dd178c39c4bbd1d2d69959e35b (patch) | |
tree | df1359ec74bc560373dd6f099d709d39577ad989 | |
parent | ad86f7a4717f60182a9aa6d95b255a478b5f34e4 (diff) | |
download | popov.link-20e09ea6edd483dd178c39c4bbd1d2d69959e35b.tar.xz popov.link-20e09ea6edd483dd178c39c4bbd1d2d69959e35b.zip |
Correction of validator's comments [3]
-rw-r--r-- | _pages/404.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/_pages/404.html b/_pages/404.html index 77710d9..d21ce1c 100644 --- a/_pages/404.html +++ b/_pages/404.html @@ -6,8 +6,5 @@ permalink: /404.html <div style="text-align:center;"> <h1>404</h1> <p><strong>Page not found.</strong></p> - - <small> - <p>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>.</p> - </small> + <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> </div>
\ No newline at end of file |