Skip to content

Commit e3c2d14

Browse files
committed
Reverse title components order so to work well with narrow tabs too
1 parent 303e05a commit e3c2d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/common.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<head>
44
<meta charset="utf-8">
55
<title>
6-
{{ site.title }}
76
{% if page.url != '/' %}
8-
|
97
{% if page.layout == 'bin' %}
108
{{ page.title | downcase }}
119
{% else %}
1210
{{ page.title }}
1311
{% endif %}
12+
|
1413
{% endif %}
14+
{{ site.title }}
1515
</title>
1616
<link rel="icon" href="/assets/logo.png">
1717
<link rel="stylesheet" href="/assets/style.css" type="text/css"/>

0 commit comments

Comments
 (0)