mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 15:25:04 -04:00
added title and variable partials to blog index page
This commit is contained in:
parent
eb540a4404
commit
41c87bef4c
@ -4,8 +4,9 @@ layout: default
|
||||
|
||||
<div class="blog-index">
|
||||
{% for post in paginator.posts %}
|
||||
{% assign content = post.content %}
|
||||
<article>
|
||||
{% assign content = post.content %}
|
||||
{% include post/variables.html %}
|
||||
<article {% if linklog %}data-linklog{% endif %}>
|
||||
{% include article.html %}
|
||||
</article>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user