hashlabs / hashlabs.github.io

Hashlabs Home Page
0 stars 2 forks source link

Footer section #92

Closed carlows closed 7 years ago

carlows commented 7 years ago

Context

This PR implements the footer section, including the CTA section.

The CTA section is optional in some pages (like the 404 page), so I added a parameter to the footer include that can be used to show/hide that section:

{% include footer.html include_cta=true %}

The footer is sticky, so it's always at the bottom no matter what the content is.

Media

image

image

image

With include-cta=false:

image