Skip to content

Commit cae2c3f

Browse files
committed
Fix author link in footer
1 parent 5e70a22 commit cae2c3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ The project includes a `.vscode/launch.json` with pre-configured debug profiles.
4949

5050
---
5151

52-
[HotFix.Day](https://www.hotfix.day) © 2016–present by [Rishav Dhar](https://www.rdhar.dev) · Code: [Apache 2.0](https://github.com/OP5dev/HotFix.Day?tab=Apache-2.0-1-ov-file#readme) · Content: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0).
52+
[HotFix.Day](https://www.hotfix.day) © 2016–present by [Rishav Dhar](https://github.com/rdhar) · Code: [Apache 2.0](https://github.com/OP5dev/HotFix.Day?tab=Apache-2.0-1-ov-file#readme) · Content: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0).

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const today = new Date();
33
---
44

55
<footer>
6-
<a href="https://hotfix.day" target="_blank" rel="noopener noreferrer">HotFix.Day</a> &copy; 2016&ndash;present by <a href="https://rdhar.dev" target="_blank" rel="noopener noreferrer">Rishav Dhar</a> &middot; Code: <a href="https://github.com/OP5dev/HotFix.Day?tab=Apache-2.0-1-ov-file#readme" target="_blank" rel="noopener noreferrer">Apache 2.0</a> &middot; Content: <a href="https://creativecommons.org/licenses/by/4.0" target="_blank" rel="noopener noreferrer">CC BY 4.0</a>.
6+
<a href="https://hotfix.day" target="_blank" rel="noopener noreferrer">HotFix.Day</a> &copy; 2016&ndash;present by <a href="https://github.com/rdhar" target="_blank" rel="noopener noreferrer">Rishav Dhar</a> &middot; Code: <a href="https://github.com/OP5dev/HotFix.Day?tab=Apache-2.0-1-ov-file#readme" target="_blank" rel="noopener noreferrer">Apache 2.0</a> &middot; Content: <a href="https://creativecommons.org/licenses/by/4.0" target="_blank" rel="noopener noreferrer">CC BY 4.0</a>.
77
<div class="social-links">
88
<a href="https://m.webtoo.ls/@astro" target="_blank" rel="noopener noreferrer">
99
<span class="sr-only">Follow Astro on Mastodon</span>

0 commit comments

Comments
 (0)