We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab465cd commit 0fb94e6Copy full SHA for 0fb94e6
1 file changed
templates/utils.html
@@ -66,7 +66,7 @@
66
{% macro post(post) -%}
67
{% set post_should_be_blurred = post.flags.spoiler && prefs.blur_spoiler=="on" -%}
68
<!-- POST CONTENT -->
69
-<div class="post highlighted{% if post_should_be_blurred %} post_blurred{% endif %}">
+<article class="post highlighted{% if post_should_be_blurred %} post_blurred{% endif %}">
70
<p class="post_header">
71
<a class="post_subreddit" href="/r/{{ post.community }}">r/{{ post.community }}</a>
72
<span class="dot">•</span>
@@ -197,7 +197,7 @@ <h1 class="post_title">
197
</ul>
198
<p>{{ post.upvote_ratio }}%<span id="upvoted"> Upvoted</span></p>
199
</div>
200
-</div>
+</article>
201
{%- endmacro %}
202
203
{% macro external_reddit_link(permalink) %}
0 commit comments