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.
1 parent a608d20 commit 4e408d1Copy full SHA for 4e408d1
_includes/footer.html
@@ -79,9 +79,9 @@
79
•
80
{{ site.time | date: '%Y' }}
81
82
- {% if site.url-pretty %}
+ {% if site.author.email %}
83
84
- <a href="{{ site.url }}">{{ site.url-pretty }}</a>
+ <a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a>
85
{% endif %}
86
</p>
87
<p class="theme-by text-muted">
0 commit comments