1
0
mirror of https://github.com/playit-cloud/support-docs.git synced 2025-01-18 23:01:52 +00:00
Patrick Lorio 87c8e8c71c Initial commit
2022-08-29 13:18:51 -07:00

2 lines
187 B
HTML

{{- with .Site.GetPage (.Get 0) }}{{ if .Params.hidden }}<a class="disabled"><span>{{ .Title }}</span> (WIP)</a>{{ else }}<a href="{{ .RelPermalink }}">{{ .Title }}</a>{{ end }}{{ end }}