.github
_data
_includes
_layouts
archive-taxonomy.html
archive.html
compress.html
default.html
home.html
single.html
splash.html
_sass
assets
docs
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
15 lines
284 B
HTML
15 lines
284 B
HTML
---
|
|
layout: default
|
|
author_profile: false
|
|
---
|
|
|
|
<div id="main" role="main">
|
|
{% include sidebar.html %}
|
|
|
|
<div class="archive">
|
|
<h1 class="page__title">{{ page.title }}</h1>
|
|
{% for post in page.posts %}
|
|
{% include archive-single.html %}
|
|
{% endfor %}
|
|
</div>
|
|
</div> |