diff options
Diffstat (limited to 'xreadthedocs/versions.html')
-rw-r--r-- | xreadthedocs/versions.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xreadthedocs/versions.html b/xreadthedocs/versions.html index 4e23b49..6a34ee8 100644 --- a/xreadthedocs/versions.html +++ b/xreadthedocs/versions.html @@ -1,15 +1,15 @@ <div class="rst-versions" role="note" style="cursor: pointer"> <span class="rst-current-version" data-toggle="rst-current-version"> - {% if repo_name == 'GitHub' %} - <a class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a> - {% elif repo_name == 'Bitbucket' %} - <a class="icon icon-bitbucket" style="float: left; color: #fcfcfc"> BitBucket</a> - {% endif %} + <a class="icon icon-github" href="https://github.com/rfjakob/gocryptfs">gocryptfs</a> + <a class="icon icon-github" href="https://github.com/rfjakob/gocryptfs-website">gocryptfs-website</a> + +<!-- {% if previous_page %} <span><a href="{{ previous_page.url }}" style="color: #fcfcfc;">« Previous</a></span> {% endif %} {% if next_page %} <span style="margin-left: 15px"><a href="{{ next_page.url }}" style="color: #fcfcfc">Next »</a></span> {% endif %} +--> </span> </div> |