diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-04 19:27:39 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-04 19:27:39 -0700 |
commit | 3b006adfdd85acdd17a53c50e5e0373bc7f8f31c (patch) | |
tree | 9dd47b72ef4e4af15605d334a42f9b73a1cf170f | |
parent | sign the drone configuration (diff) | |
download | fcuny.net-3b006adfdd85acdd17a53c50e5e0373bc7f8f31c.tar.gz |
fix(layouts): set the URL to GitHub
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e2bf7ab..5294ede 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,7 +5,7 @@ </svg> </a> - <a target="_blank" href="https://git.fcuny.net/fcuny" title="git.fcuny.net"> + <a target="_blank" href="https://github.com/fcuny" title="github.com/fcuny"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-git" viewBox="0 0 20 20"> <path d="M15.698 7.287 8.712.302a1.03 1.03 0 0 0-1.457 0l-1.45 1.45 1.84 1.84a1.223 1.223 0 0 1 1.55 1.56l1.773 1.774a1.224 1.224 0 0 1 1.267 2.025 1.226 1.226 0 0 1-2.002-1.334L8.58 5.963v4.353a1.226 1.226 0 1 1-1.008-.036V5.887a1.226 1.226 0 0 1-.666-1.608L5.093 2.465l-4.79 4.79a1.03 1.03 0 0 0 0 1.457l6.986 6.986a1.03 1.03 0 0 0 1.457 0l6.953-6.953a1.031 1.031 0 0 0 0-1.457"/> </svg> |