We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3af1f commit a11f368Copy full SHA for a11f368
_includes/footer.html
@@ -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
14
+ {% endfor %}
15
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
24
25
+</footer>
0 commit comments