Skip to content

Commit 4e408d1

Browse files
committed
Update footer.html
1 parent a608d20 commit 4e408d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
 • 
8080
{{ site.time | date: '%Y' }}
8181

82-
{% if site.url-pretty %}
82+
{% if site.author.email %}
8383
 • 
84-
<a href="{{ site.url }}">{{ site.url-pretty }}</a>
84+
<a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a>
8585
{% endif %}
8686
</p>
8787
<p class="theme-by text-muted">

0 commit comments

Comments
 (0)