mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add support for utterrances label (#384)
* Support utterrances label * Update CONTRIBUTORS.md Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
This commit is contained in:
@@ -72,3 +72,4 @@
|
|||||||
- [Rajiv Ranjan Singh](https://iamrajiv.github.io/)
|
- [Rajiv Ranjan Singh](https://iamrajiv.github.io/)
|
||||||
- [Pakhomov Alexander](https://github.com/PakhomovAlexander)
|
- [Pakhomov Alexander](https://github.com/PakhomovAlexander)
|
||||||
- [Rhys Perry](https://rhysperry.com)
|
- [Rhys Perry](https://rhysperry.com)
|
||||||
|
- [Arunvel Sriram](https://github.com/arunvelsriram)
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
<script src="https://utteranc.es/client.js"
|
<script src="https://utteranc.es/client.js"
|
||||||
repo= "{{ .Site.Params.utterances.repo }}"
|
repo= "{{ .Site.Params.utterances.repo }}"
|
||||||
issue-term="{{ default "title" .Site.Params.utterances.issueTerm }}"
|
issue-term="{{ default "title" .Site.Params.utterances.issueTerm }}"
|
||||||
|
{{ if isset .Site.Params.utterances "label" }}label="{{ .Site.Params.utterances.label }}"{{ end }}
|
||||||
theme="{{ default "github-light" .Site.Params.utterances.theme }}"
|
theme="{{ default "github-light" .Site.Params.utterances.theme }}"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
async>
|
async>
|
||||||
|
|||||||
Reference in New Issue
Block a user