diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-08 14:29:38 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-08 14:29:38 -0500 |
| commit | dc6e36f13c8f94b148f6a3ec8378c66e5fd5034a (patch) | |
| tree | 8c8830a84d33306fc9e3f3c07baea1e4e4b82674 /src/pages/projects.astro | |
| parent | f58a1d127577b07bd849df85afd5e574eaec3a35 (diff) | |
| download | personal-website-dc6e36f13c8f94b148f6a3ec8378c66e5fd5034a.tar.gz personal-website-dc6e36f13c8f94b148f6a3ec8378c66e5fd5034a.tar.bz2 personal-website-dc6e36f13c8f94b148f6a3ec8378c66e5fd5034a.zip | |
Added personal repos; RSS icon on blog
Diffstat (limited to 'src/pages/projects.astro')
| -rw-r--r-- | src/pages/projects.astro | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index c6fb19b..54cccde 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -26,11 +26,10 @@ import GitHubProjects from "../components/GitHubProjects"; }) } </div> - <!-- - <h2>Andrew Lee GitHub Repositories</h2> - <GitHubProjects client:visible username="Alee14" isOrganization=false />--> - <h2>AleeCorp/Alee Productions GitHub Repositories</h2> - <GitHubProjects client:visible username="alee14-projects" isOrganization=true /> + <h2><a href="https://github.com/Alee14" target="_blank">Andrew Lee GitHub Repositories</a></h2> + <GitHubProjects client:visible username="Alee14" /> + <h2><a href="https://github.com/alee14-projects" target="_blank">AleeCorp/Alee Productions GitHub Repositories</a></h2> + <GitHubProjects client:visible username="alee14-projects" isOrganization /> </main> </Page> <style> |
