diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/layouts/Layout.astro | 4 | ||||
| -rw-r--r-- | src/pages/downloads.md | 2 | ||||
| -rw-r--r-- | src/pages/history.md | 6 | ||||
| -rw-r--r-- | src/pages/index.astro | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d2e2290..ca9830e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -13,8 +13,8 @@ import '../styles/style.css'; <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"> - <link rel="icon" href="./favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> + <link rel="icon" href="/favicon.ico" type="image/x-icon"> <!-- Default Metadata --> <meta name="title" content={title} /> diff --git a/src/pages/downloads.md b/src/pages/downloads.md index 6fd7137..2aecd01 100644 --- a/src/pages/downloads.md +++ b/src/pages/downloads.md @@ -9,7 +9,7 @@ layout: ../layouts/Page.astro # ShiftOS Downloads -[Return to homepage](../) +[Return to homepage](/) Download ShiftOS here! This contains the ShiftOS source code and ShiftOS binary files. diff --git a/src/pages/history.md b/src/pages/history.md index 4a3f72f..a3e2130 100644 --- a/src/pages/history.md +++ b/src/pages/history.md @@ -9,12 +9,12 @@ layout: ../layouts/Page.astro # ShiftOS History/Origins If you have anything to add, feel free to make a [pull request](https://github.com/Alee14/shiftos-website). -[Return to homepage](../) +[Return to homepage](/) - + <p>ShiftOS' logo originally in 2013</p> - + ShiftOS’ Logo 2013-2016(?) # Origins (Phil 0.0.x era) diff --git a/src/pages/index.astro b/src/pages/index.astro index f58ec48..e4ac5ef 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,7 +4,7 @@ import Layout from '../layouts/Layout.astro'; <Layout title="ShiftOS: The Archive" description="ShiftOS was a game developed by Philip Adams and other developers. The goal for the game was to go from a terminal to a graphical user interface."> <div class="center"> - <img src="assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo" class="logo"> + <img src="/assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo" class="logo"> <h1>ShiftOS: The Archive</h1> <b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a> | <a href="https://www.youtube.com/c/ShiftOS">YouTube Channel</a> | <a href="https://git.alee14.me/shiftos-archive">Source Code</a> </b> </div> |
