mirror of
https://github.com/metagov/govarch-website.git
synced 2025-05-01 21:54:40 +00:00
fix browser title for title-less posts
This commit is contained in:
parent
62b70ad9f3
commit
edbb7bd531
@ -6,7 +6,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<title>{{ site.title }}{% if page.title %} — {{ page.title }}{% endif %}</title>
|
<title>{{ site.title }}{% if page.title and page.title != "" %} — {{ page.title }}{% endif %}</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | absolute_url }}?{{ site.time | date: '%s%N' }}">
|
<link rel="stylesheet" href="{{ '/assets/css/main.css' | absolute_url }}?{{ site.time | date: '%s%N' }}">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user