aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: bf427e2c253d9c6e9d279d8a2888b734e380a511 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: Home
layout: splash
excerpt: "Welcome to PokeWorld! A wonderful discord server where pokemon enthusiasts can join."
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 %}