1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 16:14:16 +02:00

Flextype Core: using Emitter Twig Extension

This commit is contained in:
Awilum
2019-03-01 19:02:58 +03:00
parent 7726535de5
commit 0f88649ebb

View File

@@ -10,9 +10,12 @@
<meta name="robots" content="{% if entry.robots %}{{ entry.robots }}{% else %}{{ registry.settings.robots }}{% endif %}">
<meta name="generator" content="Powered by Flextype Flextype::VERSION" />
{{ emmiter_emmit('onThemeMeta') }}
<title>{% if entry.title %}{{ entry.title|e('html') }} | {% endif %}{{ registry.settings.title|e('html') }}</title>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700' rel='stylesheet' type='text/css'>
{{ emmiter_emmit('onThemeHeader') }}
{% endblock %}
</head>
<body>