]> git.quilime.com - notes.git/commitdiff
Adding Dates to Project Thumbs
authorGabriel Dunne <gdunne@quilime.com>
Thu, 4 Sep 2014 17:41:31 +0000 (10:41 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 4 Sep 2014 17:41:31 +0000 (10:41 -0700)
index.md

index 31983a65d49174ed7669dba85a0ef4a2ca0b74c5..c1cd2059772d1815e05910628092b1d99ac6c6a9 100644 (file)
--- a/index.md
+++ b/index.md
@@ -13,7 +13,8 @@ title: portfolio
           <img src="{{ site.baseurl }}{{ post.thumb }}">
         </div>
       </a>
-      {{ post.excerpt }}
+      {{ post.excerpt }}<br />
+      {{ post.date | date: "%Y" }}
     </li>
     {% endif %}
   {% endfor %}