Skip to content

Commit ccef696

Browse files
committed
add gitter link
1 parent 6e87a29 commit ccef696

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Rbind Support
22

3+
[![Gitter](https://badges.gitter.im/rbind/support.svg)](https://gitter.im/rbind/support?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
4+
35
This is the source repository for the Rbind Support website. See <https://support.rbind.io> for more information.

config.toml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ footnotereturnlinkcontents = "↩"
4646
title404 = ""
4747
subtitle404 = ""
4848
githubRepo = "https://github.com/rbind/support"
49+
gitter = "rbind/support"
4950

5051
# options for highlight.js (version, additional languages, and theme)
5152
highlightjsVersion = "9.11.0"

themes/hugo-cactus-theme/layouts/partials/nav.html

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<a href="{{ . }}">Github</a>
1313
{{ end }}
1414

15+
{{ with .Site.Params.Gitter }}
16+
<a href="https://gitter.im/{{ . }}">Gitter</a>
17+
{{ end }}
18+
1519
{{ if .Site.Params.enableRSS }}
1620
<a class="cta" href="{{ .Site.RSSLink }}">{{ with .Site.Params.subscribe }}{{ . }}{{ else }}Subscribe{{ end }}</a>
1721
{{ end }}

0 commit comments

Comments
 (0)