Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
dynamic calculated year in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sippsack committed May 25, 2020
1 parent f0bf055 commit 0fb8d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/jbake/templates/footer.gsp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<div id="footer">
<div class="container">
<p class="muted credit">&copy; 2019 | Mixed with Bootstrap v3.3.7 | Baked with JBake ${version}</p>
<p class="muted credit">&copy; ${new Date().year + 1900} | Mixed with Bootstrap v3.3.7 | Baked with JBake ${version}</p>
</div>
</div>

Expand Down

0 comments on commit 0fb8d12

Please sign in to comment.