Skip to content

Commit 962eedc

Browse files
authored
Merge pull request #1784 from ZainUrRehmanKhan/fix-Missing-"©"-in-small-footer-#1744
Missing "©" in small-footer #1744
2 parents 1f3eadb + 1b92a14 commit 962eedc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/small-footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ul class="d-flex list-style-none flex-wrap flex-justify-center flex-xl-justify-start">
44
<li class="d-flex mr-xl-3 text-gray">
55
{% octicon "mark-github" height="20" class="mr-2 mr-xl-3" %}
6-
<span>{{ "now" | date: "%Y" }} GitHub, Inc.</span>
6+
<span>&copy; {{ "now" | date: "%Y" }} GitHub, Inc.</span>
77
</li>
88
<li class="ml-3"><a href="/github/site-policy/github-terms-of-service">{% data ui.footer.terms %} </a></li>
99
<li class="ml-3"><a href="/github/site-policy/github-privacy-statement">{% data ui.footer.privacy %} </a></li>

0 commit comments

Comments
 (0)