Skip to content
Snippets Groups Projects
Commit 6e140897 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Added link to discourse.opengeosys.org.

parent 5d7e6083
No related branches found
No related tags found
No related merge requests found
......@@ -44,9 +44,10 @@
{{ $section := index $segments 1 }}
<div class="w-3/4 sm:w-1/2 flex justify-center">
{{ range .Site.Menus.main }}
{{ $url_trimmed := trim .URL "/" }}
<a href="{{ .URL }}" class="nav-item{{if (eq $section $url_trimmed) }} active{{end}}">{{ .Name }}</a>
{{ end }}
{{ $url_trimmed := trim .URL "/" }}
<a href="{{ .URL }}" class="nav-item{{if (eq $section $url_trimmed) }} active{{end}}">{{ .Name }}</a>
{{ end }}
<a href="https://discourse.opengeosys.org" class="nav-item">Discourse</a>
</div>
<div class="w-1/4">
{{ partial "site-search.html" . }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment