WIP: drop container class from footer

This commit is contained in:
Sami Samhuri 2025-11-23 18:58:40 -08:00
parent c249617315
commit 0ff4069443
No known key found for this signature in database

View file

@ -170,7 +170,7 @@ module Pressa
end
def render_footer
footer(class: 'container') do
footer do
plain "© #{START_YEAR} - #{Time.now.year} "
a(href: site.url_for('/about')) { site.author }
end