mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-27 21:58:54 +00:00
Use only one line
This commit is contained in:
parent
86058f647b
commit
10cacf0983
1 changed files with 1 additions and 6 deletions
|
@ -7,12 +7,7 @@
|
||||||
<html lang="{{ grav.language.getActive ?: grav.config.site.default_lang }}">
|
<html lang="{{ grav.language.getActive ?: grav.config.site.default_lang }}">
|
||||||
<head>
|
<head>
|
||||||
{% block head deferred %}
|
{% block head deferred %}
|
||||||
<title>
|
<title>{% if page.title %}{{ page.title|e('html') }} | {% endif %}{{ site.title|e('html') }}</title>
|
||||||
{% if page.title %}
|
|
||||||
{{ page.title|e('html') }}
|
|
||||||
{% endif %}
|
|
||||||
{{ site.title|e('html') }}
|
|
||||||
</title>
|
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<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, user-scalable=yes"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue