# HG changeset patch # User Steve Losh # Date 1317869586 14400 # Node ID 92e18c1d720a36b0e34aeaaa79dea6e1973a6721 # Parent 44f77123313762a62fcec0f6110258e59ee796aa Fucking GA. diff -r 44f771233137 -r 92e18c1d720a src/newseasons/templates/main.clj --- a/src/newseasons/templates/main.clj Wed Oct 05 22:47:16 2011 -0400 +++ b/src/newseasons/templates/main.clj Wed Oct 05 22:53:06 2011 -0400 @@ -6,6 +6,21 @@ hiccup.form-helpers)) +(def ga "") + + ; Utils ----------------------------------------------------------------------- (defn include-less [href] [:link {:rel "stylesheet/less" :type "text/css" :href href}]) @@ -44,7 +59,8 @@ (link-to "http://stevelosh.com/" "Steve Losh") " with " (link-to "http://webnoir.org/" "Noir") - "."]]]])) + "."]]] + ga])) (defpartial inner [title body-class & content] (base body-class