1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-06 15:46:03 +02:00

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>
<meta charset="utf-8">
<title>
{{ site.title }}
{% if page.url != '/' %}
|
{% if page.layout == 'bin' %}
{{ page.title | downcase }}
{% else %}
{{ page.title }}
{% endif %}
|
{% endif %}
{{ site.title }}
</title>
<link rel="icon" href="/assets/logo.png">
<link rel="stylesheet" href="/assets/style.css" type="text/css"/>