diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-29 00:23:47 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-29 00:23:47 +0000 |
| commit | 6da867066a070297b6cced972354749913402120 (patch) | |
| tree | 932960e5c2caa8e8a391cc4f96ac2544a46b1582 /index.html | |
| parent | f9e25b630833689abcd0f9f868959b941a6a6ef8 (diff) | |
| download | pokeworld-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.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
