Mercurial > hg > orthanc-book
view Sphinx/source/_templates/layout.html @ 206:f6c812c4026f
Merged in dfslezak/orthanc-book/dfslezak/restrst-edited-online-with-bitbucket-add-1550282269472 (pull request #7)
rest.rst edited online with Bitbucket.
author | Sébastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 16 Feb 2019 09:56:20 +0000 |
parents | 4b4ede94381e |
children | e6a478800d42 |
line wrap: on
line source
{# Import the theme's layout. #} {% extends "!layout.html" %} {# Custom CSS overrides #} {% set bootswatch_css_custom = ['_static/orthanc.css'] %} {% block footer %} <footer class="footer"> <div class="container"> <p class="pull-right"> <a href="#">Back to top</a> {% if theme_source_link_position == "footer" %} <br/> {% include "sourcelink.html" %} {% endif %} </p> <p> © Copyright 2015-2019, University Hospital of Liège and Osimis, Belgium<br/> The Orthanc Book is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons CC-BY-SA 4.0</a>.<br/> {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}<br/> </p> </div> </footer> {% endblock %}