diff --git a/material/base.html b/material/base.html index fdde45a44..7cc42b1f8 100644 --- a/material/base.html +++ b/material/base.html @@ -48,7 +48,7 @@ {% set text = config.extra.get("font", {}).text | default("Roboto") %} {% set code = config.extra.get("font", {}).code | default("Roboto Mono") %} - {% set font = text + ':300,400,400i,700|' + code | replace(' ', '+') %} + {% set font = text + ":300,400,400i,700|" + code | replace(" ", "+") %} {% endif %} @@ -124,7 +124,7 @@ {{ page.content }} {% block source %} {% if page.meta.source %} -

{{ lang.t('meta.source') }}

+

{{ lang.t("meta.source") }}

{% set path = (page.meta.path | default([""]) | first) %} {% for file in page.meta.source %} @@ -136,7 +136,7 @@ {% endblock %} {% block disqus %} {% if config.extra.disqus and not page.is_homepage %} -

{{ lang.t('meta.comments') }}

+

{{ lang.t("meta.comments") }}

{% include "partials/disqus.html" %} {% endif %} {% endblock %} @@ -150,7 +150,7 @@ {% block scripts %} - {% set languages = lang.t('search.languages').split(",") %} + {% set languages = lang.t("search.languages").split(",") %} {% if languages | length and languages[0] != "" %} {% set path = base_url + "/assets/javascripts/lunr" %} diff --git a/material/partials/footer.html b/material/partials/footer.html index afadcdd62..bf609cb50 100644 --- a/material/partials/footer.html +++ b/material/partials/footer.html @@ -11,7 +11,7 @@