diff options
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> |