mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
Reverse title components order so to work well with narrow tabs too
This commit is contained in:
parent
303e05a81f
commit
e3c2d148ca
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user