public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
update default theme w/ the new variables

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2169 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Wed Sep 13 13:47:55 -0700 2006
commit  e355893d3feab923c88c81884f2a82fc95a83bce
tree    c040c5633ec3f9998e96d9c3b6fe72db806f7e9b
parent  90d345b70c66e642c89959418633b3d679bb7ef1
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@
0
         <p>You&rsquo;re currently reading the page &ldquo;{{ article.title }}.</p>
0
         <h2 style="margin-top: 10px;">Other pages</h2>
0
         <ul class="dates">
0
- {% for page in pages %}
0
+ {% for page in section.pages %}
0
         {% if page.url != article.url %}
0
           <li>{{ page | link_to_page }}</li>
0
         {% endif %}
...
44
45
46
47
 
48
49
50
...
44
45
46
 
47
48
49
50
0
@@ -44,7 +44,7 @@
0
     </div>
0
 <div id="comments">
0
     <ol>
0
-{% for comment in comments %}
0
+{% for comment in article.comments %}
0
       <li>
0
         <cite>
0
           <span class="author">{{ comment.author }}</span>

Comments

    No one has commented yet.