public
Description: Meta Theme for Mephisto
Homepage: http://www.metaskills.net/meta-theme-for-mephisto
Clone URL: git://github.com/metaskills/metatheme.git
Update right content to show recent posts.
metaskills (author)
Mon Jun 02 18:22:05 -0700 2008
commit  88f6c0caecc836f0c3820f72095bf9b23d4a4781
tree    7816ac1c8c03ba01575c2af1e9e648844c7dc74f
parent  bdc1f2326da0af26a735e79e2fd623c2b8b75c1a
...
142
143
144
 
 
 
 
 
 
 
 
 
145
146
147
...
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
0
@@ -142,6 +142,15 @@
0
           </ul>
0
         </div>
0
         
0
+ <h2>Recent Posts</h2>
0
+ <div class="content">
0
+ <ul>
0
+ {% for article in site.latest_articles %}
0
+ <li>{{ article | link_to_article }}</li>
0
+ {% endfor %}
0
+ </ul>
0
+ </div>
0
+
0
         {% include 'my_right_content' %}
0
         
0
       </div>

Comments

    No one has commented yet.