{{ page.title | default(config.site_name, true)}}
+ {% endif %} + {{ page.content }} + {% block source %} + {% if page and page.meta and page.meta.source %} +{{ lang.t("meta.source") }}
+ {% set repo = config.repo_url %} + {% if repo | last == "/" %} + {% set repo = repo[:-1] %} + {% endif %} + {% set path = page.meta.path | default([""]) %} + {% set file = page.meta.source %} + + {{ file }} + + {% endif %} + {% endblock %} + {% endblock %} + {% block disqus %} + {% include "partials/integrations/disqus.html" %} + {% endblock %} + ++ + + + + + + +