Here's how that works.
- The layout contains a special footer: {{cp footer}}.
- cp footer contains a card called "wagn badge"
- wagn badge is basically hard-coded, and it pulls in the image from wagn.org
- *css contains the following CSS to make it look nice (and make it so the words overlap the image)
#cp-footer .wagn-badge {
display: block;
position: relative;
left: 8px;
margin-top: 10px;
}
#cp-footer .wagn-badge img {
position: relative;
right: 16px;
z-index: -1;
}