Upgrade docs dependencies and adapt configuration
This commit is contained in:
parent
4819974a1c
commit
0ee6973e2f
4 changed files with 22 additions and 25 deletions
4
docs/theme/partials/footer.html
vendored
4
docs/theme/partials/footer.html
vendored
|
@ -20,7 +20,7 @@
|
|||
IN THE SOFTWARE.
|
||||
-->
|
||||
|
||||
{% import "partials/language.html" as lang %}
|
||||
{% import "partials/language.html" as lang with context %}
|
||||
|
||||
<!-- Application footer -->
|
||||
<footer class="md-footer">
|
||||
|
@ -97,7 +97,7 @@
|
|||
|
||||
<!-- Social links -->
|
||||
{% block social %}
|
||||
{% include "partials/social.html" %}
|
||||
{% include "partials/social.html" %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue