Ver código fonte

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

Brit Butler 11 anos atrás
pai
commit
0912413f11
2 arquivos alterados com 6 adições e 2 exclusões
  1. 3 1
      themes/hyde/base.tmpl
  2. 3 1
      themes/readable/base.tmpl

+ 3 - 1
themes/hyde/base.tmpl

@@ -43,7 +43,9 @@
43 43
         </a>
44 44
       {/if}
45 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 49
     </div>
48 50
   </body>
49 51
 </html>

+ 3 - 1
themes/readable/base.tmpl

@@ -55,7 +55,9 @@
55 55
               </a>
56 56
             {/if}
57 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 61
           </div>
60 62
         </div>
61 63
       </div>