Skip to content

Commit

Permalink
fix(social): social links blocked by uBlock Origin (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq authored May 13, 2020
1 parent 39159a9 commit 8d49150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/_page/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
padding: .5rem;
}

.social-links {
.links {
padding: .5rem;
font-size: 1.5rem;

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/home/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="home-subtitle">
{{- 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 -}}
Expand Down

Large diffs are not rendered by default.

0 comments on commit 8d49150

Please sign in to comment.