Los article parecidos al mockup, creada sección de juegos
[salamandradevs.site/.git] / themes / droda / layouts / _default / article.html
index 970cf536f5921d73dba7371258746e6f838d8a6c..c39d399b253f036aafbec8fdd768fcc45a32fa55 100644 (file)
@@ -1,5 +1,8 @@
 <article>
-  <p>{{ .Description }}</p>
-  <hr>
-  <a href="{{ .Permalink }}">{{ .Title }}</a>
+  <img src="{{ .Params.image | absURL }}">
+  <span>
+    <a href="{{ .Permalink }}">{{ .Title }}</a>
+    <hr>
+    <p>{{ .Description }}</p>
+  </span>
 </article>