forked from TrueCloudLab/lego
doc: fix typesetting of "GitHub" (#955)
This commit is contained in:
parent
cf879d0b3c
commit
f6230a2662
2 changed files with 2 additions and 2 deletions
|
@ -76,5 +76,5 @@ make build
|
||||||
# push your branch
|
# push your branch
|
||||||
git push -u origin my-feature
|
git push -u origin my-feature
|
||||||
|
|
||||||
## create a pull request on Github ##
|
## create a pull request on GitHub ##
|
||||||
```
|
```
|
||||||
|
|
|
@ -53,7 +53,7 @@ pygmentsUseClasses = true
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
|
|
||||||
[[Languages.en.menu.shortcuts]]
|
[[Languages.en.menu.shortcuts]]
|
||||||
name = "<i class='fab fa-fw fa-github'></i> Github repo"
|
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
|
||||||
identifier = "ds"
|
identifier = "ds"
|
||||||
url = "https://github.com/go-acme/lego"
|
url = "https://github.com/go-acme/lego"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
Loading…
Reference in a new issue