forked from leftypol/leftypol
More HTML5 microdata experimentation
This commit is contained in:
parent
0ba885d9c1
commit
03f0d8f0f5
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{% filter remove_whitespace %}
|
||||
{# tabs and new lines will be ignored #}
|
||||
<div class="post reply" id="reply_{{ post.id }}" itemscope>
|
||||
<div class="post reply" id="reply_{{ post.id }}" itemscope itemid="/{{ board.uri }}/{{ post.id }}">
|
||||
|
||||
<p class="intro"{% if not index %} id="{{ post.id }}"{% endif %}>
|
||||
<input type="checkbox" class="delete" name="delete_{{ post.id }}" id="delete_{{ post.id }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue