Browse Source

Go ahead and actually link to Coleslaw in the base template.

Brit Butler 11 years ago
parent
commit
0912413f11
2 changed files with 6 additions and 2 deletions
  1. 3 1
      themes/hyde/base.tmpl
  2. 3 1
      themes/readable/base.tmpl

+ 3 - 1
themes/hyde/base.tmpl

43
         </a>
43
         </a>
44
       {/if}
44
       {/if}
45
       by {$config.author}
45
       by {$config.author}
46
-      <img align="right" src="{$config.domain}/css/logo_small.jpg" />
46
+      <a rel="coleslaw" href="https://github.com/redline6561/coleslaw">
47
+        <img align="right" src="{$config.domain}/css/logo_small.jpg" />
48
+      </a>
47
     </div>
49
     </div>
48
   </body>
50
   </body>
49
 </html>
51
 </html>

+ 3 - 1
themes/readable/base.tmpl

55
               </a>
55
               </a>
56
             {/if}
56
             {/if}
57
             by {$config.author}
57
             by {$config.author}
58
-            <img align="right" src="{$config.domain}/img/logo_small.jpg" /></p>
58
+            <a rel="coleslaw" href="https://github.com/redline6561/coleslaw">
59
+              <img align="right" src="{$config.domain}/img/logo_small.jpg" /></p>
60
+            </a>
59
           </div>
61
           </div>
60
         </div>
62
         </div>
61
       </div>
63
       </div>