aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-10-29 00:23:47 +0000
committerAlee <Alee14498@gmail.com>2019-10-29 00:23:47 +0000
commit6da867066a070297b6cced972354749913402120 (patch)
tree932960e5c2caa8e8a391cc4f96ac2544a46b1582
parentf9e25b630833689abcd0f9f868959b941a6a6ef8 (diff)
downloadpokeworld-website-6da867066a070297b6cced972354749913402120.tar.gz
pokeworld-website-6da867066a070297b6cced972354749913402120.tar.bz2
pokeworld-website-6da867066a070297b6cced972354749913402120.zip
Fixed Trey's name, add recent posts and etc
-rw-r--r--_includes/footer/custom.html2
-rw-r--r--_pages/about.html2
-rw-r--r--_pages/rules.html2
-rw-r--r--index.html7
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 @@
<!-- start custom footer snippets -->
-<div class="page__footer-copyright">&copy; 2018-2019 {{ site.name | default: site.title }}. Powered by Jekyll, Minimal Mistakes and Netlify</div>
+<div class="page__footer-copyright">&copy; 2018-2019 {{ site.name | default: site.title }}. Powered by <a href="https://jekyllrb.com/">Jekyll</a>, <a href="https://mmistakes.github.io/minimal-mistakes">Minimal Mistakes</a> and <a href="https://www.netlify.com/">Netlify</a></div>
<!-- end custom footer snippets --> \ 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
---
<br>
<h1>About PokeWorld</h1>
-<p>PokeWorld is a discord server made by jtsshieh, TheEdge and Alee</p> \ No newline at end of file
+<p>PokeWorld is a discord server made by jtsshieh, TheEdgeNK and Alee</p> \ 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
<p>No NSFW content.<br>No excessive spam in #general or #bot<br>Raids are prohibited.</p>
<h1>Staff of PokeWorld</h1>
<h2>Administrators</h2>
- <p>jtsshieh<br>TheEdge<br>Chara</p>
+ <p>jtsshieh<br>TheEdgeNK<br>Chara</p>
<h2>Moderators</h2>
<p>Alee<br>Sylv</p>
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"
---
<br>
+<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
+
+{% for post in paginator.posts %}
+ {% include archive-single.html %}
+{% endfor %}
+
+{% include paginator.html %} \ No newline at end of file