Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ The project includes a `.vscode/launch.json` with pre-configured debug profiles.

---

[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).
[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).
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const today = new Date();
---

<footer>
<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>.
<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>.
<div class="social-links">
<a href="https://m.webtoo.ls/@astro" target="_blank" rel="noopener noreferrer">
<span class="sr-only">Follow Astro on Mastodon</span>
Expand Down
Loading