diff options
-rw-r--r-- | xreadthedocs/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xreadthedocs/base.html b/xreadthedocs/base.html index 23e45eb..2846ba9 100644 --- a/xreadthedocs/base.html +++ b/xreadthedocs/base.html @@ -56,6 +56,7 @@ {% for nav_item in nav %} <li>{% include "toc.html" %}<li> {% endfor %} + <li><a href="https://github.com/rfjakob/gocryptfs/releases">Download Binaries ➚</a></li> <li><a href="https://github.com/rfjakob/gocryptfs#changelog">Changelog ➚</a></li> <li><a href="https://github.com/rfjakob/gocryptfs/blob/master/Documentation/MANPAGE.md#readme">Man Page ➚</a></li> </ul> |