Skip to content

Commit 5323d62

Browse files
authored
Merge pull request emilbaehr#29 from dcordero/hideFooterTextIfNoName
Hide footer text when the name is not provided in the configuration file
2 parents a574c34 + cc5fe26 commit 5323d62

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)