Post exports as an <article> not a <div>, for better accessibility
This commit is contained in:
		
							parent
							
								
									2d302bfec9
								
							
						
					
					
						commit
						7fba705bc6
					
				| @ -18,13 +18,13 @@ tag_paragraphs=true | ||||
| inline_tags = ["i", "em", "b", "strong","u", "s", "a", "span"] | ||||
| date_format="%d %B %Y" | ||||
| format=""" | ||||
| <div class="postcell" id="{__num__}"> | ||||
|     <div class="timestamp">{__timestamp__} | ||||
| <article id="{__num__}"> | ||||
|     <time>{__timestamp__} | ||||
|         <a href=#{__num__}>(#{__num__})</a> | ||||
|     </div> | ||||
|     </time> | ||||
|     <div class="message">{__msg__}</div> | ||||
|     {__btn__} | ||||
| </div> | ||||
| </article> | ||||
| """ | ||||
| 
 | ||||
| [post.buttons] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user