Skip to content

Commit a11f368

Browse files
committed
Add netlify badge #5
1 parent 3f3af1f commit a11f368

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

_includes/footer.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- copy of the theme footer.html with the netlify badge added -->
2+
3+
<footer class="footer">
4+
<div class="container">
5+
6+
{% if site.footer_menu %}
7+
<div class="columns is-multiline">
8+
{% for item in site.data[site.footer_menu] %}
9+
<div class="column has-text-centered">
10+
<div>
11+
<a href="{{ item.link | absolute_url }}" class="link">{{ item.name }}</a>
12+
</div>
13+
</div>
14+
{% endfor %}
15+
</div>
16+
{% endif %}
17+
18+
<div class="content is-small has-text-centered">
19+
<p class="">Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a></p>
20+
<a href="https://www.netlify.com">
21+
<img src="https://www.netlify.com/img/global/badges/netlify-light.svg" alt="Deploys by Netlify" />
22+
</a>
23+
</div>
24+
</div>
25+
</footer>

0 commit comments

Comments
 (0)