chore: more style cleanup
This commit is contained in:
parent
88b7da8577
commit
2d169c9b18
36 changed files with 60 additions and 60 deletions
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="https://savvycal.com/coryd/quick-call"
|
||||
rel="me"
|
||||
title="SavvyCal">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="https://www.buymeacoffee.com/cory"
|
||||
rel="me"
|
||||
title="Buy Me a Coffee">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="mailto:coryd@hey.com"
|
||||
rel="me"
|
||||
title="Email">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="https://github.com/cdransf"
|
||||
rel="me"
|
||||
title="GitHub">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="https://www.goodreads.com/cdransf"
|
||||
rel="me"
|
||||
title="Goodreads">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="https://www.last.fm/user/cdrn_"
|
||||
rel="me"
|
||||
title="Last.fm">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="https://letterboxd.com/cdme"
|
||||
rel="me"
|
||||
title="Letterboxd">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="https://www.linkedin.com/in/cdransf/"
|
||||
rel="me"
|
||||
title="LinkedIn">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="https://social.lol/@cory"
|
||||
rel="me"
|
||||
title="Mastodon">
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<a href="/feeds" title="RSS" class="link--icon icon--h-24{% if page.url == '/feeds/' %} active{% endif %}">
|
||||
<a href="/feeds" title="RSS" class="link--icon icon--24{% if page.url == '/feeds/' %} active{% endif %}">
|
||||
{% tablericon "rss" "RSS" %}
|
||||
</a>
|
|
@ -1,3 +1,3 @@
|
|||
<a href="/search" title="Search posts" class="link--icon icon--h-24{% if page.url == '/search/' %} active{% endif %}">
|
||||
<a href="/search" title="Search posts" class="link--icon icon--24{% if page.url == '/search/' %} active{% endif %}">
|
||||
{% tablericon "search" "Search posts" %}
|
||||
</a>
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="https://open.spotify.com/user/mdh0acvmvfsbunzt6ywnq2tg3"
|
||||
rel="me"
|
||||
title="Spotify">
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<a href="/tags" title="Post tags" class="link--icon icon--h-24{% if page.url == '/tags/' %} active{% endif %}">
|
||||
<a href="/tags" title="Post tags" class="link--icon icon--24{% if page.url == '/tags/' %} active{% endif %}">
|
||||
{% tablericon "tag" "Post tags" %}
|
||||
</a>
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon icon--h-24"
|
||||
class="link--icon icon--24"
|
||||
href="https://trakt.tv/users/cdransf"
|
||||
rel="me"
|
||||
title="Trakt">
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<a href="/webrings" title="RSS" class="link--icon icon--h-24{% if page.url == '/webrings/' %} active{% endif %}">
|
||||
<a href="/webrings" title="RSS" class="link--icon icon--24{% if page.url == '/webrings/' %} active{% endif %}">
|
||||
{% tablericon "heart-handshake" "Webrings" %}
|
||||
</a>
|
Reference in a new issue