Skip to content

Commit

Permalink
#61 adds Footer to style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesKhong committed Mar 9, 2024
1 parent 98f303d commit 9d685a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion views/base.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</section>

{% block footer %}
{% include 'organisms/footer/footer.twig' %}
{% include 'organisms/footer/display/footer.twig' %}
{% endblock %}
{% include 'organisms/footer/footer-scripts.twig' %}
</body>
Expand Down
File renamed without changes.
11 changes: 11 additions & 0 deletions views/templates/pages/page-style-guide.twig
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
</a></li>
{% endfor %}
<li><a href="/style-guide#people-cards" class="{{ subnav_classes }}">People Cards</a></li>
<li><a href="/style-guide#footer" class="{{ subnav_classes }}">Footer</a></li>
</ul>
</ul>
</div>
Expand Down Expand Up @@ -173,6 +174,16 @@
</div>
<hr class="{{ hr_classes }}">

<div class="py-block-sm" id="people-cards">
<div class="p-site xl:container">
<h2 class="{{ block_title_classes }}">Footer</h2>
<p class="{{ block_description_classes }}">{{ block.description }}</p>
</div>
<div class="xl:container p-site my-block ts-bg-lt">
{% include "/organisms/footer/display/footer.twig" %}
</div>
</div>

</div>
</div>
{% endblock %}

0 comments on commit 9d685a2

Please sign in to comment.