diff options
Diffstat (limited to 'gocryptfs-readthedocs/base.html')
-rw-r--r-- | gocryptfs-readthedocs/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gocryptfs-readthedocs/base.html b/gocryptfs-readthedocs/base.html index fdd34ac..f7fe8d4 100644 --- a/gocryptfs-readthedocs/base.html +++ b/gocryptfs-readthedocs/base.html @@ -82,6 +82,11 @@ {% include 'nav.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://raw.githubusercontent.com/rfjakob/gocryptfs/master/Documentation/MANPAGE.md">Man Page ➚</a></li> + </ul> {%- endblock %} </div> |