Simplify hero section: Remove description and button, keep only title
This commit is contained in:
parent
08e4516023
commit
9aa86eb8ac
3 changed files with 2 additions and 12 deletions
|
|
@ -158,12 +158,6 @@
|
|||
<section class="hero">
|
||||
<div class="container">
|
||||
<h2>{{ .Title }}</h2>
|
||||
<p>{{ .Params.description | default "Join us for monthly meetups, educational sessions, and networking with fellow Bitcoin enthusiasts in south-central Kansas." }}</p>
|
||||
{{ if .Params.hero_button }}
|
||||
{{ .Params.hero_button | safeHTML }}
|
||||
{{ else }}
|
||||
<a href="#meetup-info" class="btn">Join Our Meetup</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -159,10 +159,6 @@
|
|||
<section class="hero">
|
||||
<div class="container">
|
||||
<h2>Building Bitcoin Community in Wichita</h2>
|
||||
<p>Join us for monthly meetups, educational sessions, and networking with fellow Bitcoin enthusiasts in south-central Kansas.</p>
|
||||
|
||||
<a href="#meetup-info" class="btn">Join Our Meetup</a>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Building Bitcoin Community in Wichita on Wichita Bitcoiners</title>
|
||||
<link>http://localhost:1313/</link>
|
||||
<link>https://wichitabitcoiners.com/</link>
|
||||
<description>Recent content in Building Bitcoin Community in Wichita on Wichita Bitcoiners</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate></lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="https://wichitabitcoiners.com/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue