diff options
| -rw-r--r-- | _includes/footer/custom.html | 2 | ||||
| -rw-r--r-- | _pages/about.html | 2 | ||||
| -rw-r--r-- | _pages/rules.html | 2 | ||||
| -rw-r--r-- | 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 @@ <!-- start custom footer snippets --> -<div class="page__footer-copyright">© 2018-2019 {{ site.name | default: site.title }}. Powered by Jekyll, Minimal Mistakes and Netlify</div> +<div class="page__footer-copyright">© 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> @@ -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 |
