Skip to content

Commit cb98b6f

Browse files
Merge pull request #258 from RalphHightower/RalphHightower-patch-91
docs: move site.author
2 parents 8658426 + 27bd2ab commit cb98b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</a>
1414
</p>
1515
{%- if site.author %}
16-
{{site.author}}
1716
<ul class="contact-list">
1817
{% if site.author.name -%}
1918
<li class="p-name">{{ site.author.name | escape }}</li>
@@ -22,6 +21,7 @@
2221
<li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
2322
{%- endif %}
2423
</ul>
24+
{{site.author}}
2525
{%- endif %}
2626
</div>
2727
<div class="footer-col">

0 commit comments

Comments
 (0)