From 6da867066a070297b6cced972354749913402120 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 29 Oct 2019 00:23:47 +0000 Subject: Fixed Trey's name, add recent posts and etc --- _includes/footer/custom.html | 2 +- _pages/about.html | 2 +- _pages/rules.html | 2 +- index.html | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_includes/footer/custom.html b/_includes/footer/custom.html index 076904b..400502a 100644 --- a/_includes/footer/custom.html +++ b/_includes/footer/custom.html @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/_pages/about.html b/_pages/about.html index 0c6d0a5..f6ba755 100644 --- a/_pages/about.html +++ b/_pages/about.html @@ -5,4 +5,4 @@ permalink: /about ---

About PokeWorld

-

PokeWorld is a discord server made by jtsshieh, TheEdge and Alee

\ No newline at end of file +

PokeWorld is a discord server made by jtsshieh, TheEdgeNK and Alee

\ No newline at end of file diff --git a/_pages/rules.html b/_pages/rules.html index 83c5899..5c97ff4 100644 --- a/_pages/rules.html +++ b/_pages/rules.html @@ -17,7 +17,7 @@ permalink: /rules

No NSFW content.
No excessive spam in #general or #bot
Raids are prohibited.

Staff of PokeWorld

Administrators

-

jtsshieh
TheEdge
Chara

+

jtsshieh
TheEdgeNK
Chara

Moderators

Alee
Sylv

diff --git a/index.html b/index.html index c1b0bb0..bf427e2 100644 --- a/index.html +++ b/index.html @@ -6,3 +6,10 @@ header: overlay_color: "#333" ---
+

{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}

+ +{% for post in paginator.posts %} + {% include archive-single.html %} +{% endfor %} + +{% include paginator.html %} \ No newline at end of file -- cgit v1.2.3