Reverse title components order so to work well with narrow tabs too

This commit is contained in:
Andrea Cardaci 2018-06-05 19:44:13 +02:00
parent 303e05a81f
commit e3c2d148ca

View File

@ -3,15 +3,15 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title> <title>
{{ site.title }}
{% if page.url != '/' %} {% if page.url != '/' %}
|
{% if page.layout == 'bin' %} {% if page.layout == 'bin' %}
{{ page.title | downcase }} {{ page.title | downcase }}
{% else %} {% else %}
{{ page.title }} {{ page.title }}
{% endif %} {% endif %}
|
{% endif %} {% endif %}
{{ site.title }}
</title> </title>
<link rel="icon" href="/assets/logo.png"> <link rel="icon" href="/assets/logo.png">
<link rel="stylesheet" href="/assets/style.css" type="text/css"/> <link rel="stylesheet" href="/assets/style.css" type="text/css"/>