fix(social): social links blocked by uBlock Origin (#354)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
padding: .5rem;
|
||||
}
|
||||
|
||||
.social-links {
|
||||
.links {
|
||||
padding: .5rem;
|
||||
font-size: 1.5rem;
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
{{- end -}}
|
||||
|
||||
{{- if $profile.social -}}
|
||||
<div class="social-links">
|
||||
<div class="links">
|
||||
{{- $socialMap := resources.Get "data/social.yml" | transform.Unmarshal -}}
|
||||
{{- $socialArr := slice -}}
|
||||
{{- range $key, $value := .Site.Params.social -}}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user