add 'Save to PDF' link in sidebar
[opnfvdocs.git] / etc / pagemenu.html
1 {#
2     opnfvdocs/etc/pagemenu.html
3     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
5     Sphinx sidebar template: link to pdfcrowd.
6
7     :copyright: Copyright 2016 by OPNFV.
8     :license: Apache 2.0 .
9 #}
10 <div role="note" aria-label="source link">
11   <h3>{{ _('This Page') }}</h3>
12   <ul class="this-page-menu">
13     {%- if show_source and has_source and sourcename %}
14       <li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
15              rel="nofollow">{{ _('Show Source') }}</a></li>
16     {%- endif %}
17     <li><a href="//pdfcrowd.com/url_to_pdf/">Save to PDF</a></li>
18   </ul>
19 </div>