Files
.github
_data
_includes
_layouts
_sass
assets
docs
_data
_docs
_drafts
_includes
_layouts
archive-taxonomy.html
archive.html
compress.html
default.html
home.html
single.html
splash.html
_pages
_pets
_portfolio
_posts
_recipes
_sass
assets
Gemfile
_config.dev.yml
_config.yml
screenshot-layouts.png
screenshot.png
test
.editorconfig
.gitattributes
.gitignore
CHANGELOG.md
Gemfile
LICENSE.txt
README.md
Rakefile
_config.yml
banner.js
index.html
minimal-mistakes-jekyll.gemspec
package.json
screenshot-layouts.png
screenshot.png
website/docs/_layouts/home.html
2016-11-04 12:50:03 -04:00

12 lines
250 B
HTML

---
layout: archive
---
<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 %}