diff options
Diffstat (limited to 'custom_theme/versions.html')
-rw-r--r-- | custom_theme/versions.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/custom_theme/versions.html b/custom_theme/versions.html new file mode 100644 index 0000000..1772798 --- /dev/null +++ b/custom_theme/versions.html @@ -0,0 +1,13 @@ +<div class="rst-versions" role="note" aria-label="{% trans %}Versions{% endtrans %}"> + <span class="rst-current-version" data-toggle="rst-current-version"> + +<span> +<a class="icon icon-github" href="https://github.com/rfjakob/gocryptfs">gocryptfs</a> +</span> + +<span> +<a class="icon icon-github" href="https://github.com/rfjakob/gocryptfs-website">gocryptfs-website</a> +</span> + + </span> +</div> |