We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3eadb commit 1b92a14Copy full SHA for 1b92a14
1 file changed
includes/small-footer.html
@@ -3,7 +3,7 @@
3
<ul class="d-flex list-style-none flex-wrap flex-justify-center flex-xl-justify-start">
4
<li class="d-flex mr-xl-3 text-gray">
5
{% octicon "mark-github" height="20" class="mr-2 mr-xl-3" %}
6
- <span>{{ "now" | date: "%Y" }} GitHub, Inc.</span>
+ <span>© {{ "now" | date: "%Y" }} GitHub, Inc.</span>
7
</li>
8
<li class="ml-3"><a href="/github/site-policy/github-terms-of-service">{% data ui.footer.terms %} </a></li>
9
<li class="ml-3"><a href="/github/site-policy/github-privacy-statement">{% data ui.footer.privacy %} </a></li>
0 commit comments