Fixes in formatting

This commit is contained in:
Panos Sakkos 2015-11-18 01:33:00 +01:00
parent 622d95cc31
commit ba0d71b330
6 changed files with 21 additions and 19 deletions

View file

@ -14,7 +14,7 @@
{% for p in site.pages_list %}
{% for page in site.pages %}
{% if p[1] == page.section-type%}
{% if p[1] == page.section-type %}
{% include {{ page.path }} %}
{% endif %}
{% endfor %}

View file

@ -24,7 +24,7 @@
<div class="col-lg-10 col-lg-offset-2">
{% for post in site.posts %}
{% if post.tags contains tag %}
<h4 align="left"><strong>{{ post.date | date_to_string }}</strong> <small>. {{ post.category }} .</small> <a href="{{site.baseurl}}{{ post.url }}"> <strong>{{ post.title }} </a> </strong> <small><a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small></h4>
<h4 align="left"><strong>{{ post.date | date_to_string }}</strong> <small>. {{ post.category }} .</small> <a href="{{site.baseurl}}{{post.url}}"> <strong>{{ post.title }} </a> </strong> <small><a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small></h4>
{% endif %}
{% endfor %}
</div>