fix: rename .social-menu to .menu-social to avoid being blocked by ad blockers (#993)

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/924
This commit is contained in:
Jimmy Cai 2024-03-27 16:24:03 +01:00 committed by GitHub
parent 539c39d69a
commit 797949b37f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@
} }
} }
.social-menu { .menu-social {
list-style: none; list-style: none;
padding: 0; padding: 0;
margin: 0; margin: 0;

View File

@ -38,7 +38,7 @@
</header> </header>
{{- with .Site.Menus.social -}} {{- with .Site.Menus.social -}}
<ol class="social-menu"> <ol class="menu-social">
{{ range . }} {{ range . }}
<li> <li>
<a <a