diff --git a/example.coleslawrc b/example.coleslawrc index 661469b..afa9c18 100644 --- a/example.coleslawrc +++ b/example.coleslawrc @@ -1,9 +1,13 @@ (:author "Brit Butler" :deploy "/home/git/blog/" :domain "http://blog.redlinernotes.com" - :license "CC-BY-SA" + :feeds ("lisp") :plugins (mathjax) :repo "/home/git/tmp/improvedmeans/" - :sitenav "" + :sitenav (:url "http://redlinernotes.com/" :name "Home" + :url "http://twitter.com/redline6561" :name "Twitter" + :url "http://github.com/redline6561" :name "Code" + :url "http://soundcloud.com/redlinernotes" :name "Music" + :url "http://redlinernotes.com/docs/talks/" :name "Talks") :title "Improved Means for Achieving Deteriorated Ends" :theme "hyde") diff --git a/themes/hyde/base.tmpl b/themes/hyde/base.tmpl index 21f89a9..eda56b9 100644 --- a/themes/hyde/base.tmpl +++ b/themes/hyde/base.tmpl @@ -25,8 +25,17 @@ {if $bodyInject} {$bodyInject |noAutoescape} {/if}