diff options
author | Andy Taylor | 2018-01-29 17:32:28 +1100 |
---|---|---|
committer | Andy Taylor | 2018-01-29 17:32:28 +1100 |
commit | c2eeba892f634fb1ba7feec993c0df3dd36642af (patch) | |
tree | 07c15cde96207c24e033e45e56c72a128c4b9314 /gocryptfs-readthedocs/versions.html | |
parent | 246c2639be0fb9fb027b1878479d86cd90b7731a (diff) |
Adding copy of readthedocs theme from mkdocs 0.17.2 source
Diffstat (limited to 'gocryptfs-readthedocs/versions.html')
-rw-r--r-- | gocryptfs-readthedocs/versions.html | 15 |
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;">« Previous</a></span> + {% endif %} + {% if page.next_page %} + <span style="margin-left: 15px"><a href="{{ page.next_page.url }}" style="color: #fcfcfc">Next »</a></span> + {% endif %} + </span> +</div> |