diff options
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> |