Skip to content

Commit

Permalink
Avoid element id #socials which gets adblocked
Browse files Browse the repository at this point in the history
The row of social icons are all just links with no scripts.
  • Loading branch information
chrisboyle committed Sep 19, 2023
1 parent f2d9c9d commit 534c0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ aside section ol {
margin-bottom: 0;
}

#socials a {
#me-elsewhere a {
text-decoration: none;
}

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/socials.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav id="socials" class="fs-3" aria-label="Ways to contact or interact with me">
<nav id="me-elsewhere" class="fs-3" aria-label="Ways to contact or interact with me">
{{- range $i, $r := getCSV "," "data/socials.csv" -}}
{{- if $i -}}<span class="d-none"> | </span>{{- end -}}
{{- $title := index $r 0 }}
Expand Down

0 comments on commit 534c0c0

Please sign in to comment.