{% set container_class = "col-md-12" %} {% from '_includes/_defaults.html' import SITESUBTITLE with context %} {% from '_includes/_defaults.html' import SITE_LICENSE with context %} {% if SITESUBTITLE and SITE_LICENSE %} {% set container_class = "col-md-4" %} {% elif SITESUBTITLE or SITE_LICENSE %} {% set container_class = "col-md-6" %} {% endif %} {% if SITESUBTITLE %}
{{ SITENAME }} - {{ SITESUBTITLE }}
{% endif %} {% if SITE_LICENSE %}
{{ SITE_LICENSE }}
{% endif %}
Powered by Pelican. Theme: Elegant by Talha Mansoor