From 519988ee14318007f52084cef4c179149c1dcecd Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 25 Jul 2019 00:52:17 +0300 Subject: [PATCH] Also keep 404 page up to date --- 404.html | 37 +--------------------------------- _layouts/home.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++ index.html | 49 +-------------------------------------------- 3 files changed, 52 insertions(+), 84 deletions(-) create mode 100644 _layouts/home.html diff --git a/404.html b/404.html index 4c36cf1..344ab59 100644 --- a/404.html +++ b/404.html @@ -1,39 +1,4 @@ --- -layout: main +layout: home permalink: /404 --- -
-

- - - - {{ site.title }} -

-

- {{ site.title }} is more than your regular free OP server for Minecraft. This public multiplayer server combines free OP with anarchy. Use powerful operator commands as much as you like, without having to worry about rules. Fun and useful plugins such as WorldEdit, CommandSpy and PlayerParticles are available at any time. -

- -

Server IP: kaboom.pw

-
- -
- - - - - - Chat - - Join the {{ site.title }} Discord server, where you can chat with other players. - - - - - - - - Source Code - - Source code of custom {{ site.title }} plugins and infrastructure is available. - -
diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 0000000..5cbc6cf --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,50 @@ +--- +layout: main +--- +
+

+ + + + {{ site.title }} +

+

+ {{ site.title }} is more than your regular free OP server for Minecraft. This public multiplayer server combines free OP with anarchy. Use powerful operator commands as much as you like, without having to worry about rules. Fun and useful plugins such as WorldEdit, CommandSpy and PlayerParticles are available at any time. +

+ +

Server IP: kaboom.pw

+
+ +
+ + + + + + News + + {% for post in site.posts limit:1 %} + {{ post.content | strip_html | truncatewords: 10 }} + {% endfor %} + + + + + + + + Chat + + Join the Discord server to chat with other players. + + + + + + + + Source Code + + Source code of custom plugins and infrastructure is available. + +
diff --git a/index.html b/index.html index 5cbc6cf..e4d427d 100644 --- a/index.html +++ b/index.html @@ -1,50 +1,3 @@ --- -layout: main +layout: home --- -
-

- - - - {{ site.title }} -

-

- {{ site.title }} is more than your regular free OP server for Minecraft. This public multiplayer server combines free OP with anarchy. Use powerful operator commands as much as you like, without having to worry about rules. Fun and useful plugins such as WorldEdit, CommandSpy and PlayerParticles are available at any time. -

- -

Server IP: kaboom.pw

-
- -
- - - - - - News - - {% for post in site.posts limit:1 %} - {{ post.content | strip_html | truncatewords: 10 }} - {% endfor %} - - - - - - - - Chat - - Join the Discord server to chat with other players. - - - - - - - - Source Code - - Source code of custom plugins and infrastructure is available. - -