From 40409542446a60a9c1c5e08fa0de593143f710ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=9A=D0=B0=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Wed, 22 May 2019 18:37:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=93=D0=B5=D0=BD=D0=B5=D1=80=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BC=D0=B5=D1=82=D0=B0=D1=82=D0=B5=D0=B3=D0=BE?= =?UTF-8?q?=D0=B2=20=D1=81=D0=BE=D1=86=D0=B8=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D1=81=D0=B5=D1=82=D0=B5=D0=B9=20[closes=20#33]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flatfilecms/templates/base.jinja2 | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/flatfilecms/templates/base.jinja2 b/flatfilecms/templates/base.jinja2 index 0fcc915..da30f9b 100644 --- a/flatfilecms/templates/base.jinja2 +++ b/flatfilecms/templates/base.jinja2 @@ -3,6 +3,7 @@ {%- block head %} + {{title}} @@ -15,11 +16,34 @@ {%- if feed is defined %} {%- endif %} - {{title}} - {% block links %} + {%- block links %} {%- endblock %} + + + + + + + + + {%- if feed and 'twitter' in feed['links'] %} + + {%- endif %} + {%- if author and 'twitter' in author %} + + {%- endif %} + {%- if image %} + + + {%- endif %} + {%- if published %} + + {%- endif %} + {%- if updated %} + + {%- endif %} {%- if json_ld %}