diff options
-rw-r--r-- | _pages/404.html (renamed from _pages/404.md) | 3 | ||||
-rw-r--r-- | _pages/atom.xml (renamed from _pages/atom.md) | 0 | ||||
-rw-r--r-- | _pages/index.html (renamed from _pages/index.md) | 0 |
3 files changed, 1 insertions, 2 deletions
diff --git a/_pages/404.md b/_pages/404.html index 72d8da5..eebcc42 100644 --- a/_pages/404.md +++ b/_pages/404.html @@ -5,5 +5,4 @@ layout: page --- Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. -[Head back home]({{ site.baseurl | uri_escape }}) -to try finding it again. +<a href="{{ site.baseurl | uri_escape }}">Head back home</a> to try finding it again.
\ No newline at end of file diff --git a/_pages/atom.md b/_pages/atom.xml index cc7548e..cc7548e 100644 --- a/_pages/atom.md +++ b/_pages/atom.xml diff --git a/_pages/index.md b/_pages/index.html index 280e8b6..280e8b6 100644 --- a/_pages/index.md +++ b/_pages/index.html |