Skip to content

Commit

Permalink
added newsletter to index page template
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfmiranda authored and fessehaye committed Aug 31, 2022
1 parent 1021994 commit 2e94c41
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ <h1>{{ page.title }}</h1>
</div>
{% endfor %}
{% endif %}
<div class="tw-col-span-12 large:tw-col-span-8 tw-border-none">
{% include "fragments/buyersguide/pni_newsletter_box.html" %}
</div>
<div class="tw-col-span-12 large:tw-col-span-4 tw-row-start-4 large:tw-row-start-1 tw-col-start-1 large:tw-col-start-9 large:tw-border-none">
</div>
</div>
Expand Down

0 comments on commit 2e94c41

Please sign in to comment.