We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a574c34 + cc5fe26 commit 5323d62Copy full SHA for 5323d62
_includes/footer.html
@@ -1,5 +1,7 @@
1
<footer>
2
+ {% if site.your_name %}
3
<p class="footerText">Made by {% if site.your_link %}<a href="{{ site.your_link }}">{% endif %}{{ site.your_name }}{% if site.your_link %}</a>{% endif %}{% if site.your_city %} in {{ site.your_city }}{% endif %}</p>
4
+ {% endif %}
5
<div class="footerIcons">
6
7
{% if site.facebook_username %}
0 commit comments