Adding a copyright statement

Is there a smart way to add a discrete copyright statement (eg. C 2023 XX, all rights reserved) as a footer to all pages? I'm using Diary template. Thanks!

2 replies

Yes, you should fork an editable copy of your template if you haven't already and then add your statement to your template's footer.html file.

If you were using the Blog template, I'd insert something like this just before the script tag:

<p>© <span id="year"></span> {{title}}</p>
<script type="text/javascript">
document.getElementById("year").innerHTML = new Date().getFullYear();
</script>

However, if I were you I wouldn't do this, copyright statements provide little benefit and are unaesthetic.

Please let me know if you have any questions about this or anything else

Answered 9 days ago · Improve this answer

Great, thanks for the advice.

Answered 7 days ago · Improve this answer

Markdown allowed
Question or feedback?
Contact us

Tags

developers 45 questions bug 21 questions posts 20 questions templates 14 questions resolved 10 questions how 9 questions meta 9 questions metadata 8 questions request 7 questions markdown 6 questions More tags →
Subscribe for changes
RSS Feed of latest questions