Skip to content

Commit

Permalink
fix: put rel=me attribute there for indielogin
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Jan 5, 2025
1 parent dbc2270 commit 5081156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eleventy/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ layout: root
<li><a href="/feed.xml" rel="me"><c-emoji><svg width="24" height="24" aria-hidden="true" focusable="false"><use href="#svg--rss"></use></svg></c-emoji>RSS</a></li>
<li><a href="/about/#contact"><c-emoji>📧</c-emoji>Contact <span class=" [ canada ] ">me</span></a></li>
<li><a href="/links/"><c-emoji>🔗</c-emoji>Find <span class=" [ canada ] ">me</span> elsewhere</a></li>
<li style="display: none;"><a href="https://github.com/{{ author.github }}">GitHub</a></li>
<li style="display: none;"><a href="https://github.com/{{ author.github }}" rel="me">GitHub</a></li>
</ul>
{% include 'badges-88x31.njk' %}
{% include 'webrings.njk' %}
Expand Down

0 comments on commit 5081156

Please # to comment.