aboutsummaryrefslogtreecommitdiff
path: root/custom_theme
diff options
context:
space:
mode:
authorJakob Unterwurzacher2024-10-31 21:58:31 +0100
committerJakob Unterwurzacher2024-10-31 21:58:31 +0100
commit7cf6ace72e76889ac831e9807f7a9a14a4b7272b (patch)
treede72c9b27fcc787022603bbdb4267a2969bd8c30 /custom_theme
parent615f0b7443d4f682ab3d28eb8ee1ea0cd21f29da (diff)
Port to mkdocs 1.6.1
Diffstat (limited to 'custom_theme')
-rw-r--r--custom_theme/breadcrumbs.html0
-rw-r--r--custom_theme/versions.html13
2 files changed, 13 insertions, 0 deletions
diff --git a/custom_theme/breadcrumbs.html b/custom_theme/breadcrumbs.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/custom_theme/breadcrumbs.html
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>