diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 3e910ec..84ca3dd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -80,7 +80,7 @@ {% endif %} {% if site.github.is_user_page %} - <p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p> + <p class="view"><a href="{{ site.github.owner_url }}" rel="me">View My GitHub Profile</a></p> {% endif %} <p class="view"><a href="/Mabbs/">About Me</a></p> |