Skip to content

Commit

Permalink
change copyrightDate to lastUpdated
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrockett committed Jan 3, 2025
1 parent 84a203f commit 3f7ad30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_data/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"me": "Phil Crockett",
"copyrightDate": "2019-2024",
"lastUpdated": "2025",
"mastodon": {
"userName": "@[email protected]",
"href": "https://fosstodon.org/@pcrock"
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/layout.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ layout: base.liquid
</div>
<footer class="stay-above-header">
<p>
&copy; {{ global.copyrightDate }} <a href="/">{{ global.me }}</a> &#183;
Content updated {{ global.lastUpdated }} by <a href="/">{{ global.me }}</a> &#183;
{% newTabLink "CC BY-SA 4.0" "https://creativecommons.org/licenses/by-sa/4.0/" %}<br>
</p>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1 id="home-title">{{ global.me }}</h1>

<footer>
<p>
&copy; {{ global.copyrightDate }} {{ global.me }} &#183;
Content updated {{ global.lastUpdated }} by {{ global.me }} &#183;
{% newTabLink "CC BY-SA 4.0" "https://creativecommons.org/licenses/by-sa/4.0/" %}<br>
</p>
</footer>
Expand Down

0 comments on commit 3f7ad30

Please sign in to comment.