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 !
unfreeze liquid hierarchy, but this doesnt mean crazy hacks are endorsed

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2100 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Thu Sep 07 06:58:57 -0700 2006
commit  7abcff71856b510c32c6f6ae9a2e82fdbefa2b2f
tree    a308105119e002a33ae6cae4ed9ddaf6180261ec
parent  8816c8b6df78d74b3067fe0c10f4f04f48b674c0
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ module Mephisto
0
         :archive => [:archive, :index],
0
         :search => [:search, :archive, :index],
0
         :error => [:error, :index]
0
- }.freeze
0
+ }
0
     
0
       @@template_types = (@@hierarchy.values.flatten.uniq << :layout).collect! { |f| "#{f}.liquid" }
0
       @@template_types.sort!

Comments

    No one has commented yet.