Minor doc changes
- Add saythanks.io link - Set lang="en" attribute in html tag
This commit is contained in:
parent
15fe3d5f2d
commit
e39ffecea4
3
docs/_templates/layout.html
vendored
3
docs/_templates/layout.html
vendored
@ -51,6 +51,9 @@
|
|||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a target="_blank" class="nav-link" href="https://github.com/instaloader/instaloader">GitHub</a>
|
<a target="_blank" class="nav-link" href="https://github.com/instaloader/instaloader">GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="nav-item d-sm-none d-lg-block">
|
||||||
|
<a target="_blank" class="nav-link" href="https://saythanks.io/to/aandergr">Say Thanks!</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<form class="form-inline" action="search.html" method="get">
|
<form class="form-inline" action="search.html" method="get">
|
||||||
<div class="input-group my-2 my-sm-0 ml-2">
|
<div class="input-group my-2 my-sm-0 ml-2">
|
||||||
|
@ -86,7 +86,7 @@ author = 'Alexander Graf and Andre Koch-Kramer'
|
|||||||
#
|
#
|
||||||
# This is also used if you do content translation via gettext catalogs.
|
# This is also used if you do content translation via gettext catalogs.
|
||||||
# Usually you set "language" from the command line for these cases.
|
# Usually you set "language" from the command line for these cases.
|
||||||
language = None
|
language = "en"
|
||||||
|
|
||||||
# There are two options for replacing |today|: either, you set today to some
|
# There are two options for replacing |today|: either, you set today to some
|
||||||
# non-false value, then it is used:
|
# non-false value, then it is used:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user