diff --git a/layouts/index.html b/layouts/index.html index c477ed1..25eb3ef 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -27,15 +27,7 @@ {{ end }} - -

Feel free to contact me:

- +

Feel free to get in touch!

@@ -92,7 +84,7 @@ {{ $items := (where site.RegularPages "Type" "postroll").ByDate }} {{ range last 1 $items }} -

Outside Post Read: {{ .Title }}

+

Last Postroll: {{ .Title }}

{{ end }}