foalfetch/app/views/blogs/index.html.slim

15 lines
395 B
Text
Raw Normal View History

2024-04-06 13:00:46 +02:00
.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}.