@coderbyheart/underline
Version:
Bootstrap v4 website template
30 lines (29 loc) • 676 B
HTML
<footer>
<div>
<section>
<div>
<a href="">
<img src="<%= config.logoInverted %>" alt="<%= config.appName %>" class="logo">
</a>
<p>
<%= config.shortDescription %>
</p>
<hr>
<%= blocks.footerImprint %>
<hr>
<p>
<% collections['footer-nav'].map(({slug, title}) => { %>
<a href="./<%= slug %>/"><%= title %></a><br>
<%}) %>
</p>
<%= blocks.footerCopyright %>
</div>
<div>
<%= blocks.footerNewsletter %>
</div>
<div>
<%= blocks.footerSocialMedia %>
</div>
</section>
</div>
</footer>