From 72b05bf5f62b5d8faa738125b13685f656aeb96a Mon Sep 17 00:00:00 2001 From: Gavin Taylor <408490+gavtaylor@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:58:08 +0100 Subject: [PATCH] sync cloud product links on homepage and cloud overview page --- source/_themes/ukf/layout.html | 630 +++++++++++++++++---------------- source/ecloud/index.rst | 2 +- 2 files changed, 317 insertions(+), 315 deletions(-) diff --git a/source/_themes/ukf/layout.html b/source/_themes/ukf/layout.html index 460db42df..e43b0bb79 100644 --- a/source/_themes/ukf/layout.html +++ b/source/_themes/ukf/layout.html @@ -1,13 +1,13 @@ {%- macro script(script_files) %} - {%- for scriptfile in script_files %} - - {%- endfor %} +{%- for scriptfile in script_files %} + +{%- endfor %} {%- endmacro %} {%- macro css(css_files) %} - {%- for cssfile in css_files %} - - {%- endfor %} +{%- for cssfile in css_files %} + +{%- endfor %} {%- endmacro %} {# The files that make these builds are defined in Makefile #} @@ -16,66 +16,66 @@ - - - - {{ metatags }} - {{ title|striptags|e }}{{ titlesuffix }} | ANS Documentation - - - {{ css(css_files) }} - {{ script(script_files) }} - - {% for lang in languages %} - {%- if lang != language -%} - {%- if has_lang(lang, pagename) -%} - - {%- endif -%} - {%- endif -%} - {% endfor %} - - - - -{%- block linktags %} - {%- if hasdoc('about') %} - - {%- endif %} - {%- if hasdoc('genindex') %} - - {%- endif %} - {%- if hasdoc('search') %} - - {%- endif %} - {%- if hasdoc('copyright') %} - - {%- endif %} - - {%- if parents %} - + + + + {{ metatags }} + {{ title|striptags|e }}{{ titlesuffix }} | ANS Documentation + + + {{ css(css_files) }} + {{ script(script_files) }} + + {% for lang in languages %} + {%- if lang != language -%} + {%- if has_lang(lang, pagename) -%} + + {%- endif -%} + {%- endif -%} + {% endfor %} + + + + + {%- block linktags %} + {%- if hasdoc('about') %} + {%- endif %} - {%- if next %} - - {%- endif %} - {%- if prev %} - - {%- endif %} -{%- endblock %} - - - - + {%- if hasdoc('genindex') %} + + {%- endif %} + {%- if hasdoc('search') %} + + {%- endif %} + {%- if hasdoc('copyright') %} + + {%- endif %} + + {%- if parents %} + + {%- endif %} + {%- if next %} + + {%- endif %} + {%- if prev %} + + {%- endif %} + {%- endblock %} + + + + {%- block header %} {# Outer wrapper for pushing the footer to the bottom #} @@ -228,297 +228,299 @@