Skip to content

Commit

Permalink
fix: rename .social-menu to .menu-social to avoid being blocked b…
Browse files Browse the repository at this point in the history
…y ad blockers (#993)

closes #924
  • Loading branch information
CaiJimmy authored Mar 27, 2024
1 parent 539c39d commit 797949b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scss/partials/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
}
}

.social-menu {
.menu-social {
list-style: none;
padding: 0;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/left.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="site-description">{{ .Site.Params.sidebar.subtitle }}</h2>
</header>

{{- with .Site.Menus.social -}}
<ol class="social-menu">
<ol class="menu-social">
{{ range . }}
<li>
<a
Expand Down

0 comments on commit 797949b

Please sign in to comment.