Updating tag page

This commit is contained in:
Holger Reinhardt 2016-01-30 23:43:11 +01:00
parent 739f2f1b90
commit 77c541316e
5 changed files with 63 additions and 67 deletions

View file

@ -10,7 +10,7 @@ layout: default
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>{{ page.title }}</h1>
<h2 class="subheading">Articles posted in '{{ page.title }}'</h2>
<h2 class="subheading">All articles posted in '{{ page.title }}'</h2>
</div>
</div>
</div>
@ -55,16 +55,6 @@ layout: default
<hr>
<!-- <li>
<a href="{{ post.url }}/" class="read-more">
{{ post.title }}
</a>
</li>
{% if forloop.last %}
</ul>
{% endif %}
-->
{% endfor %}
{% else %}
<p>There are no posts in this category.</p>