{% if site.settings.project.name %} {% capture title %}{{ site.settings.project.name }} - {{ site.settings.author.name }}{% endcapture %} {% else %} {% capture title %}{{ site.settings.author.name }}{% endcapture %} {% endif %} {% if page.url != '/' %} {% capture title %}{{ page.title }} - {{ title }}{% endcapture %} {% endif %} {{ title }} {% include common/mathjax.html %} {% if page.custom_css %} {% for css in page.custom_css %} {% assign abs_check = css | downcase | split: '//' %} {% if abs_check[0] == 'http:' or abs_check[0] == 'https:' or abs_check[0] == blank %} {% assign url = css %} {% else %} {% assign url = '/assets/css/' | relative_url | append: css %} {% endif %} {% endfor %} {% endif %}