mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
WIP: drop container class from footer
This commit is contained in:
parent
c249617315
commit
0ff4069443
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue