commit | 99004d26001dae2d854b169c7323691ccfe2b488 | [log] [tgz] |
---|---|---|
author | Samuel Shuert <me@thecoded.prof> | Sat Oct 12 14:13:49 2024 -0400 |
committer | Samuel Shuert <coded@clicks.codes> | Sat Oct 12 18:48:14 2024 +0000 |
tree | ac8d145cf183d4d2ae0a298cf75c8edaa625d942 | |
parent | 21af95ad1689d7ef2097302d17957d919ba0057b [diff] |
feat: switch to JJ Change-Id: Ia1b509afd2073b826337da08794a120a731648f2 Reviewed-on: https://git.clicks.codes/c/Coded/thecoded.prof/+/851 Reviewed-by: Samuel Shuert <coded@clicks.codes> Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/.gitignore b/.gitignore index 0824975..d770ce3 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,4 +1,5 @@ .direnv/ +.jj # Logs logs
diff --git a/sites/main/src/pages/index.astro b/sites/main/src/pages/index.astro index 6b03f46..7fbdbb8 100644 --- a/sites/main/src/pages/index.astro +++ b/sites/main/src/pages/index.astro
@@ -65,4 +65,4 @@ <p class="text-text text-sm">Email: <a href="mailto:me@thecoded.prof" class="text-blue">me@thecoded.prof</a></p> <p class="text-text text-sm">Text: <a href="sms:+12673426954" class="text-blue">+1(267)342-6954</a></p> </div> -</Layout> \ No newline at end of file +</Layout>