From c2eeba892f634fb1ba7feec993c0df3dd36642af Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Mon, 29 Jan 2018 17:32:28 +1100 Subject: Adding copy of readthedocs theme from mkdocs 0.17.2 source --- gocryptfs-readthedocs/versions.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gocryptfs-readthedocs/versions.html (limited to 'gocryptfs-readthedocs/versions.html') 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 @@ +
+ + {% if config.repo_name == 'GitHub' %} + GitHub + {% elif config.repo_name == 'Bitbucket' %} + BitBucket + {% endif %} + {% if page.previous_page %} + « Previous + {% endif %} + {% if page.next_page %} + Next » + {% endif %} + +
-- cgit v1.2.3 From c2156fd3f65b968d51eb1c53dcd0ae7a149bf38a Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Tue, 30 Jan 2018 17:09:56 +1100 Subject: Change Github repository links --- gocryptfs-readthedocs/css/theme_extra.css | 1 - gocryptfs-readthedocs/versions.html | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'gocryptfs-readthedocs/versions.html') diff --git a/gocryptfs-readthedocs/css/theme_extra.css b/gocryptfs-readthedocs/css/theme_extra.css index 29b35d8..0d0ec29 100644 --- a/gocryptfs-readthedocs/css/theme_extra.css +++ b/gocryptfs-readthedocs/css/theme_extra.css @@ -34,7 +34,6 @@ .rst-versions{ border-top: 0; - height: 45px; } @media screen and (max-width: 768px) { diff --git a/gocryptfs-readthedocs/versions.html b/gocryptfs-readthedocs/versions.html index 8a0ecef..27568cb 100644 --- a/gocryptfs-readthedocs/versions.html +++ b/gocryptfs-readthedocs/versions.html @@ -1,10 +1,8 @@
- {% if config.repo_name == 'GitHub' %} - GitHub - {% elif config.repo_name == 'Bitbucket' %} - BitBucket - {% endif %} + gocryptfs + gocryptfs-website +
-- cgit v1.2.3