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

Command icon 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:

Comments

jnettik created an issue. See original summary.

jldust’s picture

Version: 5.1.x-dev » 5.x-dev

jldust’s picture

Status: Active » Reviewed & tested by the community

Thanks for catching this, I've merged this in and will include it in the next release.

  • jldust committed 4381043f on 5.x authored by jnettik
    Issue #3389659 by jnettik: Footer doesn't render blocks
    
jldust’s picture

Status: Reviewed & tested by the community » Fixed

  • jldust committed 4381043f on 5.1.2.x authored by jnettik
    Issue #3389659 by jnettik: Footer doesn't render blocks
    

  • jldust committed 4381043f on 5.0.x authored by jnettik
    Issue #3389659 by jnettik: Footer doesn't render blocks
    
jldust’s picture

Status: Fixed » Closed (fixed)