Skip to content

Commit

Permalink
content: better order of social media links + added rel="me" to the l…
Browse files Browse the repository at this point in the history
…inks
  • Loading branch information
benabraham committed Aug 30, 2023
1 parent d951d40 commit 12ac014
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ <h1 class="mt-0 mb-3">

<div class="col-xs-6 col-sm col-md col-lg-3 mb-3">
<div class="nav flex-md-column mb-3">
<a class="nav-link link-light" href="https://twitter.com/pyconcz">Twitter</a>
<a class="nav-link link-light" href="https://www.facebook.com/events/1363197064240927">Facebook</a>
<a class="nav-link link-light" href=" https://www.youtube.com/@PyConCZ">YouTube</a>
<a class="nav-link link-light" href="https://github.com/pyvec/cz.pycon.org">GitHub</a>
<a class="nav-link link-light" rel="me" href="https://twitter.com/pyconcz">Twitter</a>
<a class="nav-link link-light" rel="me" href="https://floss.social/@pyconcz">Mastodon</a>
{# <a class="nav-link link-light" href="https://www.instagram.com/pyconcz/">Instagram</a>#}
<a class="nav-link link-light" rel="me" href="https://www.facebook.com/events/1363197064240927">Facebook</a>
<a class="nav-link link-light" rel="me" href=" https://www.youtube.com/@PyConCZ">YouTube</a>
<a class="nav-link link-light" rel="me" href="https://github.com/pyvec/cz.pycon.org">GitHub</a>
{# <a class="nav-link link-light" rel="me" href="https://www.instagram.com/pyconcz/">Instagram</a>#}
</div>
<p class="mx-3">
Do you have any questions?
Expand Down

0 comments on commit 12ac014

Please sign in to comment.