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" }}
|
{{ define "main" }}
|
||||||
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "posts") }}
|
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "posts") }}
|
||||||
{{ if eq $paginator.PageNumber 1 }}
|
{{ if eq $paginator.PageNumber 1 }}
|
||||||
|
<h1 class="welcome-title">Willkommen auf unserem dotnet developer blog 👋</h1>
|
||||||
{{ with .Content }}
|
{{ with .Content }}
|
||||||
<div class="about-intro">{{ . }}</div>
|
<div class="about-intro">{{ . }}</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
@@ -73,6 +73,12 @@ a:hover { text-decoration: underline; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ==== About-Intro auf Startseite ==== */
|
/* ==== About-Intro auf Startseite ==== */
|
||||||
|
.welcome-title {
|
||||||
|
font-size: 1.9rem;
|
||||||
|
font-weight: 700;
|
||||||
|
margin: 0 0 16px;
|
||||||
|
letter-spacing: -.02em;
|
||||||
|
}
|
||||||
.about-intro {
|
.about-intro {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 4px 0 20px;
|
padding: 4px 0 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user