diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-27 21:49:54 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-27 21:49:54 -0400 |
| commit | 0fdd248a19af2451b3b583275d29001f2cb0a956 (patch) | |
| tree | 58a2435374b69d3936295dd4b85df821e37ace37 | |
| parent | 5a71232cd570931769537daf3f6bfc063b1aca15 (diff) | |
| download | pokeworld-website-0fdd248a19af2451b3b583275d29001f2cb0a956.tar.gz pokeworld-website-0fdd248a19af2451b3b583275d29001f2cb0a956.tar.bz2 pokeworld-website-0fdd248a19af2451b3b583275d29001f2cb0a956.zip | |
Changing layouts
| -rw-r--r-- | _pages/404.html | 4 | ||||
| -rw-r--r-- | _pages/about.html | 2 | ||||
| -rw-r--r-- | _pages/pokebot.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/_pages/404.html b/_pages/404.html index 05ae7c0..d3d933e 100644 --- a/_pages/404.html +++ b/_pages/404.html @@ -1,6 +1,6 @@ --- -layout: default +layout: splash permalink: /404 --- -<center><h1>Uh oh! You seem to entered the wrong page...</h1></center>
\ No newline at end of file +<h1>Uh oh! You seem to entered the wrong page...</h1>
\ No newline at end of file diff --git a/_pages/about.html b/_pages/about.html index 487553a..27a203b 100644 --- a/_pages/about.html +++ b/_pages/about.html @@ -1,5 +1,5 @@ --- -layout: single +layout: splash permalink: /about --- <h1>About the server</h1>
\ No newline at end of file diff --git a/_pages/pokebot.html b/_pages/pokebot.html index 886e0f3..384cde4 100644 --- a/_pages/pokebot.html +++ b/_pages/pokebot.html @@ -1,6 +1,6 @@ --- title: PokeBot -layout: single +layout: default permalink: /pokebot --- PokeBot is a bot created by TheEdge and Alee
\ No newline at end of file |
