Like the one at the bottom of this deck.
<footer class="fixed-footer">
<a href="https://hakim.se">hakim.se</a>
<a href="https://x.com/hakimel">@hakimel</a>
</footer>
.fixed-footer {
display: flex;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 1em;
gap: 1em;
font-size: 14px;
z-index: 1;
}
.fixed-footer {
display: flex;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 1em;
gap: 1em;
font-size: 14px;
z-index: 1;
background: #fff;
}
...optionally add a background
Any presentation created using your new theme will have a footer attached.