diff options
author | Jakob Unterwurzacher | 2016-10-20 23:39:46 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-20 23:39:46 +0200 |
commit | a661131c5d6f05d589e326344f86693b20dea7b1 (patch) | |
tree | 10fdd7dbb4a0e6fd7ae5fdcc482767bcabd6c3b7 /xreadthedocs | |
parent | 5e3f0626e5d771567447a983338960531f68d073 (diff) |
Add git mirror
Diffstat (limited to 'xreadthedocs')
-rw-r--r-- | xreadthedocs/base.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xreadthedocs/base.html b/xreadthedocs/base.html index 2846ba9..1cad33c 100644 --- a/xreadthedocs/base.html +++ b/xreadthedocs/base.html @@ -56,9 +56,11 @@ {% 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> + + <li><a href="https://github.com/rfjakob/gocryptfs">Github Page ➚</a></li> + <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> </div> |