Fix post snippets

This commit is contained in:
2023-02-25 13:54:02 +11:00
parent 5e309810ac
commit 1af509ec60
3 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark:
div class="mb-12 max-w-prose mx-auto"
- posts.each do |post|
== render post.post_type.to_sym, post.post_type.to_sym => post
== render post.template_type.to_sym, post.template_type.to_sym => post
div class="max-w-screen-md mx-auto border-t-4 border-solid border-gray-400 dark:border-gray-600"