diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-15 14:33:05 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-15 14:33:05 +0300 |
commit | e8189ad97ef502076d8a275734b687bfbedfd09c (patch) | |
tree | 2c1d7800e5e0f0cc0cd2b8f9bb6870c278e5102a /_pages/404.html | |
parent | 70ce3d517d17f261e99e69ad55238c41d783b854 (diff) | |
download | popov.link-e8189ad97ef502076d8a275734b687bfbedfd09c.tar.xz popov.link-e8189ad97ef502076d8a275734b687bfbedfd09c.zip |
Recycling information about the author
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_pages/404.html')
-rw-r--r-- | _pages/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pages/404.html b/_pages/404.html index 59d4490..be2e1fb 100644 --- a/_pages/404.html +++ b/_pages/404.html @@ -9,6 +9,6 @@ layout: default <p>Sorry, this page does not exist.</p> <p> <a class="btn btn-lg btn-primary" role="button" href="/">Home page</a> - <a class="btn btn-lg btn-default" role="button" href="mailto:{{ site.data.author_info.email | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">Contact</a> + <a class="btn btn-lg btn-default" role="button" href="mailto:{{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">Contact</a> </p> </div> |