Minor blog update
This commit is contained in:
parent
9f4c0f9f02
commit
11403efc6a
@ -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;
|
|
||||||
}
|
|
@ -28,9 +28,10 @@
|
|||||||
{{ block('paginator') }}
|
{{ block('paginator') }}
|
||||||
{% if posts|length == 0 %}
|
{% if posts|length == 0 %}
|
||||||
No posts found.
|
No posts found.
|
||||||
{% endif %}
|
{% else %}
|
||||||
{% for post in posts %}
|
{% for post in posts %}
|
||||||
{% include 'GergelyPolonkaiFrontBundle:Blog:postViewer.html.twig' with {'post': post, 'title_links': true} %}
|
{% include 'GergelyPolonkaiFrontBundle:Blog:postViewer.html.twig' with {'post': post, 'title_links': true} %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
{{ block('paginator') }}
|
{{ block('paginator') }}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user