public
Description: Meta Theme for Mephisto
Homepage: http://www.metaskills.net/meta-theme-for-mephisto
Clone URL: git://github.com/metaskills/metatheme.git
Search Repo:
Changing ken.css to my.css. Also added mephisto logo at bottom.
metaskills (author)
Tue Mar 18 12:08:10 -0700 2008
commit  95a9efa7f24916d17f0596ca702e11fa191378ad
tree    0b83a522ba20d43e2c187998902a3fc8cbbf0002
parent  8f7abdf3de46dcc5c7c445025d1795595a807e9c
...
1
2
 
...
1
 
2
0
@@ -1,3 +1,3 @@
0
 .DS_Store
0
-stylesheets/ken.css
0
+stylesheets/my.css
...
7
8
9
10
 
11
12
13
...
91
92
93
 
94
95
96
...
119
120
121
122
 
 
 
 
 
123
124
125
...
158
159
160
161
 
 
162
163
164
...
7
8
9
 
10
11
12
13
...
91
92
93
94
95
96
97
...
120
121
122
 
123
124
125
126
127
128
129
130
...
163
164
165
 
166
167
168
169
170
0
@@ -7,7 +7,7 @@
0
   <meta name="generator" content="Mephisto" />
0
   {{ 'meta_pagestructure' | stylesheet }}
0
   {{ 'meta_pagestyles' | stylesheet }}
0
- {{ 'ken' | stylesheet }}
0
+ {{ 'my' | stylesheet }}
0
   <link class="metawdth" id="metawdth_liquid" rel="stylesheet" type="text/css" media="screen" href="/stylesheets/metawdth_liquid.css" />
0
   <link class="metawdth" id="metawdth_fixed" rel="stylesheet" type="text/css" media="screen" href="/stylesheets/metawdth_fixed.css" />
0
   <link class="metafnt" id="metafnt_normal" rel="stylesheet" type="text/css" media="screen" href="/stylesheets/metafnt_normal.css" />
0
@@ -91,6 +91,7 @@
0
   <div id="navigation-top">
0
     {% if site.page_sections %}
0
     <ul id="primary">
0
+ <li>{{ site.home_section | link_to_section }}</li>
0
       {% for page in site.page_sections %}<li>{{ page | link_to_section }}</li>{% endfor %}
0
     </ul>
0
     {% endif %}
0
@@ -119,7 +120,11 @@
0
       <div id="contentarea-right2">
0
         <h2>Categories</h2>
0
         <ul>
0
- {% for category in site.blog_sections %}<li>{{ category | link_to_section }}</li>{% endfor %}
0
+ {% for category in site.blog_sections %}
0
+ {% if category.name != 'Home' %}
0
+ <li>{{ category | link_to_section }}</li>
0
+ {% endif %}
0
+ {% endfor %}
0
         </ul>
0
         <!-- <div class="iecenter noa" style="text-align:center;">
0
           <a href="http://alumni.pragmaticstudio.com/users/128" rel="external"><img src="/files/alumni_stamp.png" alt="The Pragmatic Studio Alumni Member" /></a><br /><br />
0
@@ -158,7 +163,8 @@
0
   </div>
0
   <div class="br"><br /></div>
0
   <div class='footer-message'>
0
- {{ site.title }} is proudly using the <a href="http://www.metaskills.net/">Meta theme</a> originally designed by <a href="http://www.metaskills.net/colophon/">Ken Collins</a>. Powered by <a href="http://mephistoblog.com/">Mephisto</a>
0
+ {{ site.title }} is proudly using the <a href="http://www.metaskills.net/">Meta Theme</a> designed by <a href="http://www.metaskills.net/colophon/">Ken Collins</a>.<br />
0
+ <div style="padding-top:4px;"><a href="http://mephistoblog.com/" title="This site powered by Mephisto"><img src="/images/meta_mephisto_badge.png" /></a></div>
0
   </div>
0
 </div>
0
 

Comments

    No one has commented yet.