diff options
author | Jakob Unterwurzacher | 2016-04-09 12:00:19 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-04-09 12:00:19 +0200 |
commit | 7fc5bcee2103ee48267efe2532802c6e3df903ae (patch) | |
tree | b15d9af5b84287ca5fd972b932c27f8382fd99ba | |
parent | 8411f0a280f2a6a7af529992c83b493cfdea6776 (diff) |
Add "Download Binaries" link
-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> |