Parcourir la Source

Update to use the new coleslaw excerpt feature for posts

Lily Carpenter il y a 7 ans
Parent
commit
91600508c0

+ 1 - 0
posts/a_ramble_about_a_game_idea.html.post

@@ -1,5 +1,6 @@
1 1
 ;;;;;
2 2
 title: A ramble about a game idea
3
+excerpt: First post about my super long term game idea. Lays out basic design.
3 4
 tags: ramble, games, forever-project
4 5
 date: 2015-10-21 09:21:00
5 6
 author: Lily Carpenter

+ 1 - 0
posts/building_azrazalea.net.html.post

@@ -1,5 +1,6 @@
1 1
 ;;;;;
2 2
 title: Building Azrazalea.net
3
+excerpt: Original post about the clojure version of this website.
3 4
 tags: website
4 5
 date: 2014-11-24
5 6
 author: Lily Carpenter

+ 1 - 0
posts/jan_2016_lisp_jam_post_mortem.html.post

@@ -1,5 +1,6 @@
1 1
 ;;;;;
2 2
 title: January 2016 Lisp Game Jam Post Mortem
3
+excerpt: A description of my experience developing for the jam.
3 4
 tags: game-jam, lisp, games
4 5
 date: 2016-01-14 05:00:00
5 6
 author: Lily Carpenter

+ 1 - 0
themes/azrazalea-net/index.tmpl

@@ -6,6 +6,7 @@
6 6
 <div class="row">
7 7
   <h3><a href="/{$obj.url}">{$obj.title}</a></h3>
8 8
   <p class="date-posted">posted on {$obj.date}</p>
9
+  <i>{$obj.excerpt |noAutoescape}</i>
9 10
 </div>
10 11
 {/foreach}
11 12
 {if $prev or $next}