diff options
author | Bill <bill@billserver.senders.io> | 2022-12-31 21:14:51 -0500 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2022-12-31 21:14:51 -0500 |
commit | b5b85066bc8bfa6db6eaa33e3f14c0eaafafe5af (patch) | |
tree | 892d12491371353e35702de396a12b82bb57f580 /templates/page-footer.html | |
parent | 44da246fa5e373c86373889b53263f52af84d525 (diff) |
RSS Blog and Generate RSS Feed!
Diffstat (limited to 'templates/page-footer.html')
-rw-r--r-- | templates/page-footer.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/templates/page-footer.html b/templates/page-footer.html index 78d35f6..a969ce9 100644 --- a/templates/page-footer.html +++ b/templates/page-footer.html @@ -1,9 +1,8 @@ - </div> - <div id='copyright'> - <small>© 2023 senders dot io - - <a rel="license external noopener noreferrer" target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a> - unless otherwise noted. - </small> + <div id='copyright'> + © 2023 senders dot io - + <a rel="license external noopener noreferrer" target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a> + unless otherwise noted. + </div> </div> </body> </html> |