mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
- fixed the main menu on middle size screens - changed some padding and sizes on all pages - moved the side block of the blog to the end of the page on mobile sizes
16 lines
403 B
HTML
16 lines
403 B
HTML
{{ define "main" }}
|
|
<section class="auto-container pt-3 pt-md-5 single-page">
|
|
<div class="row clearfix">
|
|
|
|
<!-- Sidebar Side -->
|
|
{{ .Scratch.Set "scope" "single" }}
|
|
{{ partial "blog-sidebar" . }}
|
|
|
|
<!-- Content Side -->
|
|
<div class="content-side col-lg-8 col-md-12 col-sm-12">
|
|
{{ partial "blogpost" .}}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
{{ end }} |