mirror of
https://github.com/skoelle/buildbroken-blog-archive.git
synced 2026-09-17 18:30:25 +00:00
welcome text
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user