update landing page

This commit is contained in:
cedricve
2021-06-08 10:54:41 +02:00
parent eefe804f37
commit e0d957e5b3
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
---
title : "Docs"
description: "Docs Doks."
lead: ""
title : "Welcome, and have fun!"
lead: "Kerberos.io is the leading video surveillance and analytics platform for end-users and enterprise."
description: ""
date: 2020-10-06T08:48:23+00:00
lastmod: 2020-10-06T08:48:23+00:00
draft: false

View File

@@ -5,7 +5,6 @@
<ul class="list-unstyled">
{{ range .Children -}}
{{- $active := or ($currentPage.IsMenuCurrent "docs" .) ($currentPage.HasMenuCurrent "docs" .) -}}
{{- $active = or $active (eq $currentPage.Section .Identifier) -}}
<li><a class="docs-link{{ if $active }} active{{ end }}" href="{{ .URL | relURL }}">{{ .Name }}</a></li>
{{ end -}}
</ul>