Adding a Creative Commons license to the footer
I wanted to add a Creative Commons license to my Bearblog footer, but didn't have an upgraded account (and therefore no access to the footer settings).
I may upgrade in the future, but until then, a little CSS goes a long way.1
Here's the CSS snippet for anyone interested in adding a little copyright line above Powered by Bear ʕ•ᴥ•ʔ
.
Copyright license in the footer
footer span::before {
content: "© CC BY-NC-SA 4.0 | 🙂 Created by human, not by AI";
display: block;
}
The only limitation is that the license can't be linked, but I just included the link on my About page instead.
If I stick around for long enough, I plan to buy the lifetime upgrade. ↩