columns spelling
This commit is contained in:
@ -8,6 +8,6 @@
|
||||
= section.header
|
||||
.font-bold.text-center.mb-4.lg:mb-8
|
||||
= date_precision(section.page , "published_date")
|
||||
.max-w-full.mt-4.gap-16{ options(section , :text_column , :prose ) }
|
||||
.max-w-full.mt-4.gap-16{ options(section , :text_columns , :prose ) }
|
||||
= markdown(section)
|
||||
= header_list
|
||||
|
@ -8,7 +8,7 @@
|
||||
.text-xl.pb-6{ prose_classes }
|
||||
= section.option("subheader")
|
||||
|
||||
.max-w-full.mt-4.gap-16{ options(section , :text_column , :prose ) }
|
||||
.max-w-full.mt-4.gap-16{ options(section , :text_columns , :prose ) }
|
||||
= markdown_image(section)
|
||||
- if section.has_option?("button_text") and section.has_option?("button_link")
|
||||
%span.block.transition.group-hover:translate-x-1
|
||||
|
Reference in New Issue
Block a user