docs: update frontpage
This commit is contained in:
parent
632623f294
commit
f2f49370a1
|
@ -7,5 +7,3 @@ lastmod: 2020-10-06T08:47:36+00:00
|
|||
draft: false
|
||||
images: []
|
||||
---
|
||||
|
||||
Like Doks? [Star on GitHub](https://github.com/h-enk/doks/stargazers)! ⭐️🙏
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{ define "main" }}
|
||||
<section class="section container-fluid mt-n3 pb-5">
|
||||
<section class="section container-fluid mt-n3 pb-3">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-12 text-center">
|
||||
<h1 class="mt-0">{{ .Title }}</h1>
|
||||
|
@ -16,7 +16,7 @@
|
|||
{{ define "sidebar-prefooter" }}
|
||||
<section class="section section-sm">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center text-center mt-lg-3">
|
||||
<div class="row justify-content-center text-center">
|
||||
<div class="col-lg-5">
|
||||
<h2 class="h4">Full text search</h2>
|
||||
<p>Search your Doks site with FlexSearch. Easily customize index settings and search options to your liking.</p>
|
||||
|
@ -35,7 +35,7 @@
|
|||
{{ end }}
|
||||
|
||||
{{ define "sidebar-footer" }}
|
||||
<section class="section container-fluid mt-n3">
|
||||
<section class="section section-sm container-fluid">
|
||||
<div class="row justify-content-center text-center">
|
||||
<div class="col-lg-9">
|
||||
{{- .Content -}}
|
||||
|
|
Loading…
Reference in New Issue