From c8ea989882e27b831c76e4bbcc47e6caada1e415 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Mon, 11 Nov 2024 13:26:11 +0000
Subject: [PATCH] feat: use webflow html
---
layouts/partials/intro.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/layouts/partials/intro.html b/layouts/partials/intro.html
index bcaa068..4cd3c2d 100644
--- a/layouts/partials/intro.html
+++ b/layouts/partials/intro.html
@@ -1,4 +1,4 @@
-<div class="split-intro">
- {{ with .Title }}<h1>{{ . }}</h1>{{ end }}
- {{ with .Params.tagline }}<h2 class="tagline">{{ . }}</h2>{{ end }}
+<div class="intro">
+ {{ with .Title }}<h1 class="name">{{ . }}</h1>{{ end }}
+ {{ with .Params.tagline }}<h2 class="tagline"><strong class="bold-text">{{ . }}</strong></h2>{{ end }}
</div>
--
Gitblit v1.10.0