diff options
| author | Howard Butler <howard@hobu.co> | 2016-02-24 15:43:42 +0100 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2016-02-24 15:43:42 +0100 |
| commit | df3bde0cfa7bb5c77a3a97d880b503ea99d3422c (patch) | |
| tree | edbeb9586729c886b1a98af4e11e3531dff5a630 /docs/source/_templates/layout.html | |
| parent | d8d578965b4cbcbf60ef7c2b36f87951e989cfb6 (diff) | |
| download | PROJ-df3bde0cfa7bb5c77a3a97d880b503ea99d3422c.tar.gz PROJ-df3bde0cfa7bb5c77a3a97d880b503ea99d3422c.zip | |
start working on sphinx version of proj4.org
Diffstat (limited to 'docs/source/_templates/layout.html')
| -rw-r--r-- | docs/source/_templates/layout.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html new file mode 100644 index 00000000..df00789a --- /dev/null +++ b/docs/source/_templates/layout.html @@ -0,0 +1,20 @@ +{# 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"> + © {{ 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 %} |
