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 }}