diff --git a/CHANGELOG.md b/CHANGELOG.md index 64fd01339..0e86beafc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Stanford Profile +9.2.7 +-------------------------------------------------------------------------------- +- Moved the help region below the brand bar. + 9.2.6 -------------------------------------------------------------------------------- - Exported configs after db updates diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index b2b782d4a..54582039c 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 9.2.6 +version: 9.2.7 type: profile project: Jumpstart core_version_requirement: ^9 || ^10 diff --git a/themes/stanford_basic/templates/page.html.twig b/themes/stanford_basic/templates/page.html.twig index 01ca730fc..0d0cc83be 100755 --- a/themes/stanford_basic/templates/page.html.twig +++ b/themes/stanford_basic/templates/page.html.twig @@ -21,12 +21,6 @@ {%- endif -%} {# End Template Paths. #} - -{# Help Section #} -{%- block block_help -%} - {{ page.help }} -{%- endblock -%} - {# Masthead Section. #} {%- block block_header -%} {%- if page.header or page.search or page.menu -%} @@ -45,6 +39,11 @@ {%- block block_brandbar -%} {%- include template_brand_bar with { modifier_class : brand_bar_variant } -%} {%- endblock -%} + + {# Help Section #} + {%- block block_help -%} + {{ page.help }} + {%- endblock -%}
{{ page.header }} @@ -74,4 +73,3 @@ Back to Top -