mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
* Updated Blog-Post page * Second version of the progress bar * Updated Progress bar for Safari and Firefox * Returned the scroll bar in the first version
12 lines
326 B
HTML
12 lines
326 B
HTML
{{ define "main" }}
|
|
{{ partial "site-header" . }}
|
|
|
|
{{ partial "progress-bar" . }}
|
|
|
|
{{ partial "qdrant-post" (dict "context" . "variant" "blog-post" ) }}
|
|
|
|
{{ with (.Site.GetPage "/headless/get-started-blogs") }}
|
|
{{ partial "get-started-small" (dict "context" . "class" "get-started-blogs") }}
|
|
{{ end }}
|
|
{{ end }}
|