mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08: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 }}">
|
||||
<head>
|
||||
{% block head deferred %}
|
||||
<title>
|
||||
{% if page.title %}
|
||||
{{ page.title|e('html') }}
|
||||
{% endif %}
|
||||
{{ site.title|e('html') }}
|
||||
</title>
|
||||
<title>{% if page.title %}{{ page.title|e('html') }} | {% endif %}{{ site.title|e('html') }}</title>
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue