diff --git a/Resources/views/custom.html.twig b/Resources/views/custom.html.twig index d10601e..578bc1f 100644 --- a/Resources/views/custom.html.twig +++ b/Resources/views/custom.html.twig @@ -1,3 +1,3 @@ -{%- for tag, value in tags -%} - -{%- endfor -%} \ No newline at end of file +{% for tag, value in tags %} + +{% endfor %} \ No newline at end of file diff --git a/Resources/views/opengraph.html.twig b/Resources/views/opengraph.html.twig index 1d8be05..320a0b8 100644 --- a/Resources/views/opengraph.html.twig +++ b/Resources/views/opengraph.html.twig @@ -1,30 +1,30 @@ -{%- if og_image -%} - -{%- endif -%} -{%- if og_image_width -%} - -{%- endif -%} -{%- if og_image_height -%} - -{%- endif -%} -{%- if og_type -%} - -{%- endif -%} -{%- if og_video -%} - -{%- endif -%} -{%- if og_video_secure_url -%} - -{%- endif -%} -{%- if og_video_width -%} - -{%- endif -%} -{%- if og_video_height -%} - -{%- endif -%} -{%- if og_video_type -%} - -{%- endif -%} +{% if og_image %} + +{% endif %} +{% if og_image_width %} + +{% endif %} +{% if og_image_height %} + +{% endif %} +{% if og_type %} + +{% endif %} +{% if og_video %} + +{% endif %} +{% if og_video_secure_url %} + +{% endif %} +{% if og_video_width %} + +{% endif %} +{% if og_video_height %} + +{% endif %} +{% if og_video_type %} + +{% endif %}