Skip to content

Commit

Permalink
Add global background color class to footer
Browse files Browse the repository at this point in the history
(it's already on the header). Fixes #135
  • Loading branch information
budparr committed Nov 4, 2018
1 parent f300f17 commit a57189d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [2.35] - 2018-11-04 (@budparr)

- Add global background color class to footer (it's already on the header). Fixes #135

## [2.34] - 2018-11-03 (@budparr)

### Added
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/site-footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
&copy; {{ now.Format "2006" }} {{ .Site.Title }}
Expand Down

0 comments on commit a57189d

Please sign in to comment.