Testing artist listing on main page
This commit is contained in:
21
index.html
21
index.html
@ -4,20 +4,11 @@ layout: default
|
||||
|
||||
<div class="home">
|
||||
|
||||
<h1 class="page-heading">Posts</h1>
|
||||
|
||||
<ul class="post-list">
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
|
||||
|
||||
<h2>
|
||||
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
||||
</h2>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
|
||||
{% for project in site.projects %}
|
||||
<h2><a href="{{ project.url }}">
|
||||
{{ project.title }}
|
||||
</a></h2>
|
||||
<p>{{ project.artist }}</p>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user