mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
Fix those nasty compilation errors
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{{ if ( .standalone ) }}
|
||||
<section class="pt-20">
|
||||
{{ else }}
|
||||
<section class="pt-8">
|
||||
{{ end }}
|
||||
<div class="max-w-screen-xl px-4 mx-auto">
|
||||
<div class="max-w-2xl mx-auto text-center">
|
||||
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
|
||||
{{ .title }}
|
||||
{{ .heading.title }}
|
||||
</h2>
|
||||
<p class="mt-4 text-base text-gray-500 sm:text-xl dark:text-gray-500">
|
||||
{{ .text}}
|
||||
{{ .heading.text}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<section class="pt-6 pb-6">
|
||||
<div class="grid gap-8 md:grid-cols-2 xl:grid-cols-3">
|
||||
<div class="grid gap-8 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4">
|
||||
{{ range $index, $element := .items }}
|
||||
<!-- Pricing Card -->
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user