Compare commits
2 Commits
32448253e0
...
fb6723879e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb6723879e | ||
|
|
49751e4165 |
@@ -1,3 +1,4 @@
|
||||
+++
|
||||
title="Media"
|
||||
image="/images/under-construction.svg"
|
||||
+++
|
||||
|
||||
@@ -6,7 +6,7 @@ draft: false
|
||||
layout: "tickets"
|
||||
|
||||
features:
|
||||
- title: "Tickets"
|
||||
- title: "Conference Tickets"
|
||||
title_class: "text-center text-white mt-2 md:mt-8 lg:mt-8 xl:mt-8 2xl:mt-8"
|
||||
side: "center"
|
||||
content_class: "mt-16 pt-0 pb-0 text-white"
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
{{ define "main" }}
|
||||
{{ if .Params.Image }}
|
||||
<figure class="flex justify-center items-center">
|
||||
{{ partial "image" (dict "Src" .Params.Image "Alt" "Banner" "Class" "w-1/4 h-1/4" ) }}
|
||||
</figure>
|
||||
{{ end }}
|
||||
<br>
|
||||
<div>
|
||||
</div>
|
||||
<section class="mb-8">
|
||||
<div class="container flex flex-col gap-5">
|
||||
{{ $sections := slice . }}
|
||||
|
||||
Reference in New Issue
Block a user