diff options
author | Andy Taylor | 2018-01-30 17:23:16 +1100 |
---|---|---|
committer | Andy Taylor | 2018-01-30 17:23:16 +1100 |
commit | b4c4781690ef18a2e86c769012a605b4ed1a16ba (patch) | |
tree | fc8916c7a9bb0e98eab54517c42ca74e95ff6b4a /gocryptfs-readthedocs | |
parent | c2156fd3f65b968d51eb1c53dcd0ae7a149bf38a (diff) |
Add external links to sidebar
Diffstat (limited to 'gocryptfs-readthedocs')
-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> |