aboutsummaryrefslogtreecommitdiff
path: root/gocryptfs-readthedocs/versions.html
diff options
context:
space:
mode:
Diffstat (limited to 'gocryptfs-readthedocs/versions.html')
-rw-r--r--gocryptfs-readthedocs/versions.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/gocryptfs-readthedocs/versions.html b/gocryptfs-readthedocs/versions.html
new file mode 100644
index 0000000..8a0ecef
--- /dev/null
+++ b/gocryptfs-readthedocs/versions.html
@@ -0,0 +1,15 @@
+<div class="rst-versions" role="note" style="cursor: pointer">
+ <span class="rst-current-version" data-toggle="rst-current-version">
+ {% if config.repo_name == 'GitHub' %}
+ <a href="{{ config.repo_url }}" class="fa fa-github" style="float: left; color: #fcfcfc"> GitHub</a>
+ {% elif config.repo_name == 'Bitbucket' %}
+ <a href="{{ config.repo_url }}" class="icon icon-bitbucket" style="float: left; color: #fcfcfc"> BitBucket</a>
+ {% endif %}
+ {% if page.previous_page %}
+ <span><a href="{{ page.previous_page.url }}" style="color: #fcfcfc;">&laquo; Previous</a></span>
+ {% endif %}
+ {% if page.next_page %}
+ <span style="margin-left: 15px"><a href="{{ page.next_page.url }}" style="color: #fcfcfc">Next &raquo;</a></span>
+ {% endif %}
+ </span>
+</div>