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 %}