Current version and release date in doc sidebar

This commit is contained in:
Alexander Graf
2017-12-21 13:53:06 +01:00
parent 75d9dda4ba
commit 5695bca9f3
4 changed files with 23 additions and 1 deletions

View File

@@ -4,6 +4,11 @@
<li class="toctree-l1"><a class="reference internal" href="{{ next.link|e }}">{{ next.title }}</a></li>
</ul>
{% endif %}
<h3>Current Release</h3>
<ul>
<li class="toctree-l1"><a href="https://github.com/Thammus/instaloader/releases/tag/v{{current_release}}">Version <b>{{current_release}}</b></a></li>
<li>Released on <b>{{current_release_date}}</b>.</li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="https://github.com/Thammus/instaloader/issues">Issue Tracker</a></li>