diff --git a/themes/red/layouts/partials/header.html b/themes/red/layouts/partials/header.html index 260247c..9c4da5f 100644 --- a/themes/red/layouts/partials/header.html +++ b/themes/red/layouts/partials/header.html @@ -1,4 +1,4 @@ {{ with resources.Get .Site.Params.profile_picture }} - Profile Picture + Profile Picture {{ end }}

{{ .Site.Title }}

diff --git a/themes/red/layouts/shortcodes/insert-pic.html b/themes/red/layouts/shortcodes/insert-pic.html index 317b52c..ed1dcda 100644 --- a/themes/red/layouts/shortcodes/insert-pic.html +++ b/themes/red/layouts/shortcodes/insert-pic.html @@ -4,5 +4,5 @@ {{ $path := printf "pics/%s" $name}} {{ with resources.Get $path }} -{{ $alt }} + {{ end }}