Skip to content

Commit

Permalink
Update region--site-information.html.twig
Browse files Browse the repository at this point in the history
Add `{{ content }}` (site information region's content) to the footer area beneath the Be Boulder logo.
This way you can move the social media menu in the block layout to display beneath the logo as expected.
  • Loading branch information
jnicholCU committed Nov 12, 2024
1 parent dc234b2 commit 783ee69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/regions/region--site-information.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<div class="be-boulder-container text-center">
<div class="ucb-footer" style="width: 100%;">
<p><a href="https://www.colorado.edu"><img alt="Be Boulder." class="ucb-footer-be-boulder" src="https://cdn.colorado.edu/static/brand-assets/live/images/be-boulder-white.svg" style="max-width:320px; height:auto;"></a></p>
{{ content }}
<p><a class="ucb-home-link" href="https://www.colorado.edu">University of Colorado Boulder</a></p>
<p>&copy; Regents of the University of Colorado</p>
<p class="ucb-info-footer-links"><a href="https://www.colorado.edu/compliance/policies/privacy-statement">Privacy</a> &bull; <a href="https://www.colorado.edu/about/legal-trademarks">Legal &amp; Trademarks</a> &bull; <a href="https://www.colorado.edu/map">Campus Map</a></p>
Expand Down

0 comments on commit 783ee69

Please sign in to comment.