Skip to content

Commit 7259aa1

Browse files
committed
Add Netlify badge to page layout
1 parent 1b00188 commit 7259aa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
4040
{{ content }}
4141

4242
<footer class="site-footer">
43+
<span class="site-footer-renderer"><p align="center"><a href="https://www.netlify.com"><img src="https://www.netlify.com/img/global/badges/netlify-light.svg"></a></p></span>
4344
{% if site.github.is_project_page %}
44-
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
45+
<span class="site-footer-owner"><p align="center"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</p></span>
4546
{% endif %}
4647
</footer>
4748
</main>

0 commit comments

Comments
 (0)