This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{ with $.Page.Site.Params.social }}
|
||||
{{ $socialMap := $.Page.Site.Data.notrack.social }}
|
||||
{{ $socialMap := hugo.Data.notrack.social }}
|
||||
{{ $width := default "12em" (.Params.Get "width") }}
|
||||
{{ $height := default "auto" (.Params.Get "height") }}
|
||||
{{ $float := default "right" (.Params.Get "float") }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{ $socialMap := .Site.Data.notrack.social }}
|
||||
{{ $socialMap := hugo.Data.notrack.social }}
|
||||
|
||||
{{ with $.Site.Params.social }}
|
||||
<div class="social">
|
||||
|
||||
Reference in New Issue
Block a user