aboutsummaryrefslogtreecommitdiff
path: root/docs/source/_templates
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2016-09-01 22:43:01 -0500
committerGitHub <noreply@github.com>2016-09-01 22:43:01 -0500
commita726188b2c7d629d5811f0dfb280c98f6a64f711 (patch)
treea331b8c9e46283f63f62ccc4ff58ba3981a06e6b /docs/source/_templates
parentda2d678c387ba76704824360dc52771c29d94693 (diff)
parent9a2c5dbcdc7c778ca97fb4dd78f107ee14caf71e (diff)
downloadPROJ-a726188b2c7d629d5811f0dfb280c98f6a64f711.tar.gz
PROJ-a726188b2c7d629d5811f0dfb280c98f6a64f711.zip
Merge pull request #409 from OSGeo/documentation-updates-hobu
projection pages with images from Kristian
Diffstat (limited to 'docs/source/_templates')
-rw-r--r--docs/source/_templates/layout.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
deleted file mode 100644
index df00789a..00000000
--- a/docs/source/_templates/layout.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{# Import the theme's layout. #}
-{% extends "!layout.html" %}
-
-{# Add some extra stuff before and use existing with 'super()' call. #}
-
-{%- block footer %}
- <div class="footer">
- <div class="container">
- &copy; {{ copyright }}
- Gerald Evenden,
- <a href="https://github.com/warmerdam">Frank Warmerdam</a>,
- and
- <a href="https://github.com/OSGeo/proj.4/graphs/contributors">others</a>,
- {%- if last_updated %}
- {% trans last_updated=last_updated|e %}Last updated
- on {{ last_updated }}.{% endtrans %}
- {%- endif %}
- </div>
- </div>
-{%- endblock %}