diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/404.astro | 2 | ||||
| -rw-r--r-- | src/pages/guidelines.md | 2 | ||||
| -rw-r--r-- | src/pages/projects.astro | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/404.astro b/src/pages/404.astro index f6cc185..09701a2 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,7 +1,7 @@ --- import Layout from '../layouts/Default.astro' --- -<Layout title="404" description="Page not found"> +<Layout title="404 - Andrew Lee" description="Page not found"> <div class="error"> <h1>404</h1> <h2>Page not found</h2> diff --git a/src/pages/guidelines.md b/src/pages/guidelines.md index 4ec100d..4e7c7a1 100644 --- a/src/pages/guidelines.md +++ b/src/pages/guidelines.md @@ -84,4 +84,4 @@ Threads/Posts is a new feature on Discord that allows users to create subchannel We recommend you to follow Discord's [Terms of Service](https://discord.com/terms) and [Community Guidelines](https://discord.com/guidelines) -**Last updated: December 16th, 2022** +*Last updated: December 16th, 2022* diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 70eeb08..248534a 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -12,7 +12,7 @@ import projects from "../components/projects.json"; <p>{project.description}</p> {project.links.map((link) => { return ( - <a href={link.url}>{link.name}</a> + <a href={link.url} target="_blank">{link.name}</a> ) })} </div> |
