Minor blog update

This commit is contained in:
Gergely Polonkai 2016-05-10 21:50:34 +02:00
parent 9f4c0f9f02
commit 11403efc6a
2 changed files with 2 additions and 27 deletions

View File

@ -1,26 +0,0 @@
/*
Document : blog
Created on : 2012.09.14., 14:53:34
Author : polonkai.gergely
Description:
Purpose of the stylesheet follows.
*/
.post {
margin-bottom: 2em;
}
p.article-date {
text-indent: 0;
font-size: 80%;
color: #7f7f7f;
}
.paginator {
margin: .5em 0;
}
.plusone-container {
margin-left: 1em;
display: inline;
}

View File

@ -28,9 +28,10 @@
{{ block('paginator') }}
{% if posts|length == 0 %}
No posts found.
{% endif %}
{% else %}
{% for post in posts %}
{% include 'GergelyPolonkaiFrontBundle:Blog:postViewer.html.twig' with {'post': post, 'title_links': true} %}
{% endfor %}
{% endif %}
{{ block('paginator') }}
{% endblock content %}