From 2570eb54d5ef228efca8104df989cf9823a642d4 Mon Sep 17 00:00:00 2001 From: Steve Richards Date: Fri, 30 Oct 2020 18:01:52 +0000 Subject: [PATCH] Add link to Lens Website after nav contents --- docs/custom_theme/partials/nav.html | 69 +++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 docs/custom_theme/partials/nav.html diff --git a/docs/custom_theme/partials/nav.html b/docs/custom_theme/partials/nav.html new file mode 100644 index 0000000000..cd7b31dae3 --- /dev/null +++ b/docs/custom_theme/partials/nav.html @@ -0,0 +1,69 @@ + + + +{% set site_url = config.site_url | default(nav.homepage.url, true) | url %} +{% if not config.use_directory_urls and site_url[0] == site_url[-1] == "." %} + {% set site_url = site_url ~ "/index.html" %} +{% endif %} + + +