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 }}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user