diff --git a/templates/post/flag.html b/templates/post/flag.html new file mode 100644 index 00000000..61622368 --- /dev/null +++ b/templates/post/flag.html @@ -0,0 +1,18 @@ +{% if config.display_flags and post.modifiers.flag %} + {{ post.modifiers['flag alt'] | e('html_attr') }} +{% endif %} diff --git a/templates/post/image.html b/templates/post/image.html new file mode 100644 index 00000000..5020f782 --- /dev/null +++ b/templates/post/image.html @@ -0,0 +1,45 @@ + + {% if post.thumb|extension == 'webm' %} + + {% else %} + + {% endif %} + diff --git a/templates/post/image_identification.html b/templates/post/image_identification.html new file mode 100644 index 00000000..3d3bd655 --- /dev/null +++ b/templates/post/image_identification.html @@ -0,0 +1,10 @@ +{% if post.thumb != 'file' and config.image_identification %} + , + + io + {% if post.file|extension == 'jpg' %} + e + {% endif %} + g + +{% endif %}