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:
@@ -13,16 +13,14 @@
|
||||
{{ end }}
|
||||
{{ with .Page.Params.pricing }}
|
||||
{{ if ( .enable ) }}
|
||||
{{ with .heading }}
|
||||
{{ if ( .enable ) }}
|
||||
{{ partial "pricing/heading" .}}
|
||||
{{ end }}
|
||||
{{ if ( .heading.enable ) }}
|
||||
{{ partial "pricing/heading" .}}
|
||||
{{ end }}
|
||||
{{ partial "pricing/pricing" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</main>
|
||||
{{ with .Page.Params.footer }}
|
||||
{{ with .Site.Params.footer }}
|
||||
{{ if ( .enable ) }}
|
||||
{{ partial "footer/full" . }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user