fix(social): social links blocked by uBlock Origin (#354)

This commit is contained in:
Dillon
2020-05-13 19:35:46 +08:00
committed by GitHub
parent 39159a9a6d
commit 8d491509e0
3 changed files with 3 additions and 3 deletions

View File

@@ -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 -}}