foalfetch/app/views/blogs/index.html.slim
2024-04-06 07:00:46 -04:00

15 lines
No EOL
395 B
Text

.news
#wrap
= render partial: 'layouts/banner'
nav.home
= link_to 'Home', root_path
= link_to 'News', '/news', class: 'current'
= link_to 'About', '/about'
section.news-list
- @blogs.each do |blog|
article
header
h1= blog.title
section
== blog.body
footer Posted by Floorb on #{blog.created_at}.