diff options
Diffstat (limited to '_pages')
| -rw-r--r-- | _pages/about.html | 4 | ||||
| -rw-r--r-- | _pages/posts.html | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/_pages/about.html b/_pages/about.html index 27a203b..aa4d08f 100644 --- a/_pages/about.html +++ b/_pages/about.html @@ -2,4 +2,6 @@ layout: splash permalink: /about --- -<h1>About the server</h1>
\ No newline at end of file +<br> +<h1>About PokeWorld</h1> +<p>PokeWorld is a discord server made by jtsshieh, TheEdge and Alee</p>
\ No newline at end of file diff --git a/_pages/posts.html b/_pages/posts.html new file mode 100644 index 0000000..f7e3fc5 --- /dev/null +++ b/_pages/posts.html @@ -0,0 +1,5 @@ +--- +title: Posts +layout: posts +permalink: /posts +---
\ No newline at end of file |
