{% if page.url == '/index.html' or page.url == '/' %}
{% assign link = '/about' %}
{% assign prompt = 'About the Author' %}
{% else %}
{% assign link = '/' %}
{% assign prompt = 'Back to Home' %}
{% endif %}
{% if site.author_gravatar %}
{{ prompt }}
{% endif %}