aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2015-10-03 15:19:00 +0200
committerSébastien Dailly <sebastien@chimrod.com>2015-10-03 15:19:00 +0200
commit098c0f42ad8da03391453fe8998871ba491cdd25 (patch)
tree0a71b27f66eeed5718f24dccb6a29c67a874b649 /theme
parent7448825defdb4a89077669cadb7726c995ff1841 (diff)
Updiate theme
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/abstract.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/theme/templates/abstract.html b/theme/templates/abstract.html
index 5d10bfc..d8fa523 100644
--- a/theme/templates/abstract.html
+++ b/theme/templates/abstract.html
@@ -8,12 +8,15 @@
<section class="post_content">
{% if article.logo %}
- <div class="floatleft figure" style="width: 75px">
- <img src="{{ SITEURL }}/{{article.logo}}" >
+ <div class="floatleft figure">
+ <img src="{{ SITEURL }}/{{article.logo}}" style="max-width: 75px">
</div>
{% endif %}
{{ article.summary }}
+ <div class="floatright">
+ <a href="{{ SITEURL }}/{{ article.url}}">lire la suite</a>
+ </div>
<div class="clear" />
</section>
</article>