diff --git a/layouts/index.html b/layouts/index.html index 5b4ec89..93001fb 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,7 +2,7 @@ {{ partial "css.html" . }} - {{ partial "script.html" . }} + {{ partial "script_prepend.html" . }}
@@ -13,8 +13,14 @@
+ {{ $picture := resources.Get "images/me.png"}} - + {{ $sPicture := $picture.Resize "x100" }} + {{ $mPicture := $picture.Resize "x400" }} + {{ $lPicture := $picture.Resize "x600" }} + + +
@@ -33,5 +39,6 @@
+ {{ partial "script_append.html" . }} diff --git a/layouts/partials/script_append.html b/layouts/partials/script_append.html new file mode 100644 index 0000000..5a5c01f --- /dev/null +++ b/layouts/partials/script_append.html @@ -0,0 +1,2 @@ +{{ $applyFoundation := "foundation/js/app.js" | absURL }} +