Skip to content

Commit

Permalink
Merge pull request #181 from canonical/wd-12548
Browse files Browse the repository at this point in the history
feat: Use different copyright in footer on docs pages
  • Loading branch information
petesfrench authored Sep 4, 2024
2 parents d9d0ff6 + 3aaf930 commit b7efc2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/partial/_footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{% macro footer_contents() %}
<div class="row">
<div class="col-12">
{% if is_docs %}
<p>Copyright &copy; {{ now("%Y") }} CC-BY-SA, Canonical Ltd</p>
{% else %}
<p>&copy; {{ now("%Y") }} Canonical Ltd.</p>
{% endif %}
<nav>
<ul class="p-inline-list--middot">
<li class="p-inline-list__item">
Expand Down

0 comments on commit b7efc2d

Please sign in to comment.