aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Taylor2018-01-30 17:23:16 +1100
committerAndy Taylor2018-01-30 17:23:16 +1100
commitb4c4781690ef18a2e86c769012a605b4ed1a16ba (patch)
treefc8916c7a9bb0e98eab54517c42ca74e95ff6b4a
parentc2156fd3f65b968d51eb1c53dcd0ae7a149bf38a (diff)
Add external links to sidebar
-rw-r--r--gocryptfs-readthedocs/base.html5
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>