Files
landing_page/qdrant-landing/themes/qdrant/layouts/case-studies/baseof.html
T
Kacper Łukawskiandqdrant 3691f76889 Add bloop case study (#115)
* 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>
2023-02-28 11:59:22 +01:00

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" . -}}