Problem/Motivation
By default, when you place blocks in the footer region, they don't display on the web page. This is because the region template is rendering `{{ footer }}` and not `{{ content }}`.
Steps to reproduce
Put blocks in footer. See they're not there.
Proposed resolution
Change variable name.
Issue fork prototype-3389659
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3389659-footer-fix
changes, plain diff MR !68
- 3389659-footer-doesnt-render
changes, plain diff MR !67
Comments
Comment #3
jldust commentedComment #5
jldust commentedThanks for catching this, I've merged this in and will include it in the next release.
Comment #7
jldust commentedComment #10
jldust commented