docs: update content
This commit is contained in:
@ -13,10 +13,6 @@
|
||||
|
||||
{{ define "sidebar-prefooter" }}
|
||||
<!--
|
||||
<div class="d-flex justify-content-start">
|
||||
<div class="bg-dots bg-dots-lg"></div>
|
||||
</div>
|
||||
|
||||
<section class="section section-sm">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center text-center mt-lg-n3">
|
||||
@ -65,10 +61,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="d-flex justify-content-end">
|
||||
<div class="bg-dots"></div>
|
||||
</div>
|
||||
|
||||
<section class="section section-md">
|
||||
<div class="container">
|
||||
<h2 class="mt-0 text-center">Hyas Sponsors</h2>
|
||||
@ -108,7 +100,7 @@
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-12 col-lg-10 col-xl-8">
|
||||
<h2 class="h3 mt-3 text-center">Latest from Hyas blog</h2>
|
||||
<h2 class="h3 mt-3 text-center">Latest from Doks blog</h2>
|
||||
<div class="card-list">
|
||||
{{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") -}}
|
||||
<div class="card">
|
||||
|
@ -28,11 +28,6 @@
|
||||
<a class="nav-link" href="{{ .URL | absURL }}">{{ .Name }}</a>
|
||||
</li>
|
||||
{{ end -}}
|
||||
<!--
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://community.gethyas.com/">Community</a>
|
||||
</li>
|
||||
-->
|
||||
</ul>
|
||||
<div class="break order-6 d-md-none"></div>
|
||||
<form class="navbar-form flex-grow-1 order-7 order-md-3">
|
||||
|
Reference in New Issue
Block a user