mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
footer: add Reddit link
This commit is contained in:
@@ -58,6 +58,12 @@
|
||||
post = "v0.1.0"
|
||||
weight = 20
|
||||
|
||||
[[social]]
|
||||
name = "Reddit"
|
||||
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-message-circle\"><path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"></path></svg>"
|
||||
url = "https://www.reddit.com/r/kerberos_io/"
|
||||
weight = 30
|
||||
|
||||
[[footer]]
|
||||
name = "Kerberos Opensource"
|
||||
url = "https://kerberos.io/product/open-source/"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</li>
|
||||
{{ range .Site.Menus.social -}}
|
||||
<li class="nav-item">
|
||||
<a class="link" href="{{ .URL | relURL }}">{{ .Pre | safeHTML }}<span class="ms-2 visually-hidden">{{ .Name | safeHTML }}</span></a>
|
||||
<a class="link" href="{{ .URL | relURL }}" title="{{ .Name }}">{{ .Pre | safeHTML }}<span class="ms-2 visually-hidden">{{ .Name | safeHTML }}</span></a>
|
||||
</li>
|
||||
{{ end -}}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user