Cleaned up post details markup
This commit is contained in:
		
							parent
							
								
									74ee8c3bf3
								
							
						
					
					
						commit
						c853de4800
					
				|  | @ -8,6 +8,8 @@ | ||||||
|     {{ post.content }} |     {{ post.content }} | ||||||
|   </p> |   </p> | ||||||
|   <p class="post-details"> |   <p class="post-details"> | ||||||
|     Posted on {{ post.date | date_to_string }} by @{{ post.author }}, filed in {{ post.categories | array_to_sentence_string }} |     Posted on {{ post.date | date_to_string }} | ||||||
|  |     by <a href="https://github.com/{{ post.author }}">@{{ post.author }}</a>, | ||||||
|  |     filed in {{ post.categories | array_to_sentence_string }} | ||||||
|   </p> |   </p> | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue