Skip to content

Commit

Permalink
Merge pull request #223 from cnerg/gonuke-patch-1
Browse files Browse the repository at this point in the history
Update copyright year in footer.html
  • Loading branch information
MicahGale authored Sep 9, 2023
2 parents 058ff1e + bb9173f commit 87a3fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% endif %}
{% endfor %}
</p>
<p>&copy; 2020-2021 {{ site.title | escape }}<br/>
<p>&copy; 2020-{{ 'now' | date: "%Y" }} {{ site.title | escape }}<br/>
{{- site.description | escape -}}</p>
<p>
<a href="https://nicolas-van.github.io/bootstrap-4-github-pages/">Powered by Bootstrap 4 Github Pages</a>
Expand Down

0 comments on commit 87a3fed

Please sign in to comment.