Rename blog* to article* (breaking change!)
Since these styles and templates can be used not only for blogs but for anything, more correct naming makes sense, at cost of a breaking change...
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
From newest to oldest ↓
|
||||
</small>
|
||||
|
||||
<div class="blog-list">
|
||||
<div id="article-list">
|
||||
{% for page in section.pages %}
|
||||
<article {% if page.draft %}class="draft"{% endif %}>
|
||||
<h3><a class="link-page" href="{{ page.permalink | safe }}">{{ page.title }}</a></h3>
|
Reference in New Issue
Block a user