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