diff options
author | mayx | 2025-05-07 13:05:39 +0000 |
---|---|---|
committer | mayx | 2025-05-07 13:05:39 +0000 |
commit | 2e59f23e9f2d3763cc36645776bf7f25112f9f66 (patch) | |
tree | 2ba32633748576f48c8dc2aea04e95c53d8f0b4b /_layouts | |
parent | 6e458159878a0b7d05a558dbca56408231494499 (diff) |
Update 2 files
- /_posts/2025-05-07-mac-studio.md - /_layouts/default.html
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> |