blob: 27568cbacfd09f69e8a67405e5abb4b808902083 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<div class="rst-versions" role="note" style="cursor: pointer">
<span class="rst-current-version" data-toggle="rst-current-version">
<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 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>
|