Upgrade docs dependencies and adapt configuration

This commit is contained in:
Michael 2018-01-02 11:28:02 +01:00 committed by Traefiker
parent 4819974a1c
commit 0ee6973e2f
4 changed files with 22 additions and 25 deletions

View file

@ -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>