diff options
author | Samrat Man Singh <samratmansingh@gmail.com> | 2012-07-07 08:32:49 +0545 |
---|---|---|
committer | Samrat Man Singh <samratmansingh@gmail.com> | 2012-07-07 08:32:49 +0545 |
commit | 0727752c19ddf32acd3623ded81131f0a8233079 (patch) | |
tree | dedb950b40bb42d704590a34b8858c392cc8c997 /syte-pelican/templates/404.html | |
parent | 2ce26b4ed17e153d9834e6dd21ec0da92d71139e (diff) | |
download | pelican-themes-0727752c19ddf32acd3623ded81131f0a8233079.tar.gz |
Move syte-pelican to syte
Diffstat (limited to 'syte-pelican/templates/404.html')
-rw-r--r-- | syte-pelican/templates/404.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/syte-pelican/templates/404.html b/syte-pelican/templates/404.html deleted file mode 100644 index d4071bc..0000000 --- a/syte-pelican/templates/404.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends 'base.html' %} -{% block pagetitle %}404 Not Found{% endblock %} -{% block main_section %} -<section class="main-section"> - <article> - <h2>The page you are looking for was not found.</h2> - <p>Please use the links on the left to navigate to your desired destination.</p> - </article> -</section> -{% endblock %} |