aboutsummaryrefslogtreecommitdiff
path: root/index.html
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 /index.html
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
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 7 insertions, 0 deletions
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