actually show metatags on no JS page
This commit is contained in:
parent
66cf942fff
commit
62b168d84f
1 changed files with 1 additions and 3 deletions
|
@ -7,9 +7,7 @@
|
|||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width" />
|
||||
<link rel="alternate" type="application/atom+xml" href="/feed.atom" />
|
||||
|
||||
{% for tag, value in page.ogtags %}
|
||||
<meta property="{{ tag }}" content="{{ value|striptags|e }}" />
|
||||
{% endfor %}
|
||||
{{ page.metatags }}
|
||||
|
||||
<title>{{ page.title }} - {{ SITENAME }}</title>
|
||||
|
||||
|
|
Reference in a new issue