welcome text

This commit is contained in:
2026-08-16 23:16:53 +02:00
parent 731708fa1e
commit efbc1608a0
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
{{ define "main" }}
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "posts") }}
{{ if eq $paginator.PageNumber 1 }}
<h1 class="welcome-title">Willkommen auf unserem dotnet developer blog 👋</h1>
{{ with .Content }}
<div class="about-intro">{{ . }}</div>
{{ end }}
+6
View File
@@ -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;