mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
* Add Bloop case study * Add draft variable * docs auto-sync * Fix YAML formatting * Add footnotes * Fix case studies layout * Add links to https://bloop.ai/ * Add images and change case studies layout * Reduce logo size * Add schema.org desc into case-studies * Add PNG as a social preview image * Resize social preview to 1200x627 --------- Co-authored-by: qdrant <qdrant@users.noreply.github.com>
10 lines
199 B
HTML
10 lines
199 B
HTML
{{- partial "header.html" . -}}
|
|
|
|
{{- partial "second_header.html" . -}}
|
|
|
|
<div id="content">
|
|
{{ block "main" . }}{{ end }}
|
|
</div>
|
|
|
|
{{ partial "contact-section" . }}
|
|
{{- partial "footer.html" . -}} |