Skip to content

Commit

Permalink
9.2.7
Browse files Browse the repository at this point in the history
- Moved the help region below the brand bar.
  • Loading branch information
pookmish authored Jun 15, 2023
2 parents 350843c + 28fe004 commit bcd941c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stanford_profile.info.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 5 additions & 7 deletions themes/stanford_basic/templates/page.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}
Expand All @@ -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 -%}

<section>
{{ page.header }}
Expand Down Expand Up @@ -74,4 +73,3 @@
<span class="fas fa-chevron-up"></span>
Back to Top
</button>

0 comments on commit bcd941c

Please sign in to comment.