|
@@ -60,12 +60,18 @@
|
|
|
<figure class="loading_container col-sm-6 ">
|
|
|
<div class="content">
|
|
|
<div class="thumb imagen_blog" t-att-style="'background-image: url(%s)' % p.background_image"/>
|
|
|
+ <figcaption>
|
|
|
+
|
|
|
+ <a t-att-href="'/blog/%s/post/%s' % (p.blog_id.id, p.id)"><p class="hidden">Ver Más</p></a>
|
|
|
+ </figcaption>
|
|
|
<a t-att-href="'/blog/%s/post/%s' % (p.blog_id.id, p.id)">
|
|
|
<h2 class="blog_big_pname" t-field="p.name"/>
|
|
|
</a>
|
|
|
- <p class="text-center textoautor"> <strong>
|
|
|
- <span t-field="p.author_id"/>
|
|
|
- <span t-field="p.create_date" t-field-options="{"format": "dd MMMM yyyy"}"/> </strong>
|
|
|
+ <p class="text-center textoautor">
|
|
|
+ <strong>
|
|
|
+ <span t-field="p.author_id"/>
|
|
|
+ <span t-field="p.create_date" t-field-options="{"format": "dd MMMM yyyy"}"/>
|
|
|
+ </strong>
|
|
|
</p>
|
|
|
</div>
|
|
|
</figure>
|