Skip to content

Commit cc5fe26

Browse files
committed
Hide footer text 'Made by...' if the the name is not found in the configuration
1 parent a574c34 commit cc5fe26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<footer>
2+
{% if site.your_name %}
23
<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 %}
35
<div class="footerIcons">
46

57
{% if site.facebook_username %}

0 commit comments

Comments
 (0)