Initial version of timeline
This commit is contained in:
@@ -40,6 +40,12 @@
|
||||
{{ partial "image" (dict "Src" .image "Alt" "Banner" "Class" "w-1/3 h-1/3" ) }}
|
||||
</figure>
|
||||
{{ end }}
|
||||
<!-- timeline -->
|
||||
{{ if .timeline }}
|
||||
{{ partial "components/timeline.html" . }}
|
||||
{{ end }}
|
||||
<!-- timeline -->
|
||||
|
||||
<h2 class="{{ .title_class }}">
|
||||
{{ .title | markdownify }}
|
||||
</h2>
|
||||
@@ -72,18 +78,18 @@
|
||||
<!-- testimonials -->
|
||||
{{ if .testimonials }}
|
||||
{{ partial "components/testimonials.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<!-- testimonials -->
|
||||
<!-- img_grid -->
|
||||
{{ if .img_grid }}
|
||||
{{ partial "components/img_grid.html" . }}
|
||||
{{ end }}
|
||||
|
||||
<!-- /img_grid -->
|
||||
<!-- card_grid -->
|
||||
{{ if .card_grid }}
|
||||
{{ partial "components/card_grid.html" . }}
|
||||
{{ end }}
|
||||
|
||||
<!-- img_grid -->
|
||||
<!-- card_grid -->
|
||||
|
||||
<p class="mb-8 text-lg about-content">
|
||||
{{ .content | markdownify }}
|
||||
|
||||
Reference in New Issue
Block a user