diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-04 02:25:46 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-04 02:25:46 +0300 |
commit | 7dc9912c0d8f220cc41e4b2f6afa31c633b1819f (patch) | |
tree | beb246221c5cf8399be1c6257613c241b799de5d /_pages | |
parent | b466d5fe7b26e1104109169ad72e8d5f355f74ca (diff) | |
download | popov.link-7dc9912c0d8f220cc41e4b2f6afa31c633b1819f.tar.xz popov.link-7dc9912c0d8f220cc41e4b2f6afa31c633b1819f.zip |
Renaming pages
Signed-off-by: Valentin Popov <valentineus@gmail.com>
Diffstat (limited to '_pages')
-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 |