Skip to content

Commit

Permalink
Merge pull request #49 from Softcatala/fixes_noticies
Browse files Browse the repository at this point in the history
#48 apply 'current' style to pagination + solve issue with tags
  • Loading branch information
xavivars committed Nov 6, 2015
2 parents 94b9b95 + cee3e4d commit 2320bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/css/main.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/single.twig
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
{% endif %}
{% endif %}
{% if post.terms('tags') %}
<div class="bt-grup">
{% for term in post.terms('tags') %}
<div class="bt-grup">
<a class="bt-basic active" href="{{term.link}}">{{term.name}}</a>
</div>
{% endfor %}
</div>
{% endif %}
<div class="data">
<time itemprop="dateCreated" datetime="{{post.post_date|date('Y-n-j')}}">{{post.post_date|date('j M Y')}}</time><span>|</span>Publicat per <a href="{{post.author.path}}">{{ post.author.name }}</a>
Expand Down

0 comments on commit 2320bcd

Please sign in to comment.