Ver código fonte

agregado links

edgar 8 anos atrás
pai
commit
e77084fb62
1 arquivos alterados com 9 adições e 3 exclusões
  1. 9 3
      views/s_latest_posts.xml

+ 9 - 3
views/s_latest_posts.xml

@@ -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="{&quot;format&quot;: &quot;dd MMMM yyyy&quot;}"/> </strong>
+            <p class="text-center textoautor">
+              <strong>
+                <span t-field="p.author_id"/>
+                <span t-field="p.create_date" t-field-options="{&quot;format&quot;: &quot;dd MMMM yyyy&quot;}"/>
+              </strong>
             </p>
           </div>
         </figure>