mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-16 06:58:56 +00:00
Add line break
This commit is contained in:
parent
e970f998e4
commit
86058f647b
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
{% if page.title %}
|
||||
{{ page.title|e('html') }}
|
||||
{% endif %}
|
||||
{{ site.title|e('html') }}</title>
|
||||
{{ 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