diff --git a/content/_index.md b/content/_index.md index f035c7d..d4aded4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,3 +1,7 @@ +--- +title: "Home" +--- + **new** My website has received a makeover, and features a few new sections for you to explore. Welcome to my personal corner of the Internet! diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index b54f4d2..4f2f685 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -151,3 +151,7 @@ table { margin-left: 1em; margin-right: 1em; } + +h2 { + margin-top: 0.2em; +} diff --git a/themes/red/layouts/index.html b/themes/red/layouts/index.html index bf703c8..283b8a3 100644 --- a/themes/red/layouts/index.html +++ b/themes/red/layouts/index.html @@ -1,3 +1,7 @@ {{ define "main" }} - {{ .Content }} +