diff --git a/layouts/index.html b/layouts/index.html index 2083483..2f80236 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,7 @@ {{ define "main" }} {{ $paginator := .Paginate (where .Site.RegularPages "Type" "posts") }} {{ if eq $paginator.PageNumber 1 }} +

Willkommen auf unserem dotnet developer blog 👋

{{ with .Content }}
{{ . }}
{{ end }} diff --git a/static/css/style.css b/static/css/style.css index c5a80ef..7a77736 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -73,6 +73,12 @@ a:hover { text-decoration: underline; } } /* ==== About-Intro auf Startseite ==== */ +.welcome-title { + font-size: 1.9rem; + font-weight: 700; + margin: 0 0 16px; + letter-spacing: -.02em; +} .about-intro { margin-bottom: 10px; padding: 4px 0 20px;