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}
- Unless otherwise credited all material {if $config.license} {$config.license} {else} © {/if} - {$config.credits} +
+ Unless otherwise credited all material + {if $config.license} + {$config.license} + {else} + + Creative Commons License + + {/if} + by {$config.author} +
diff --git a/themes/hyde/post.tmpl b/themes/hyde/post.tmpl index ae615c7..1efd8d1 100644 --- a/themes/hyde/post.tmpl +++ b/themes/hyde/post.tmpl @@ -17,7 +17,7 @@ {$post.content |noAutoescape} {\n}
{\n} - {if $prev} Previous
{/if}{\n} - {if $next} Next
{/if}{\n} + {if $prev} Previous
{/if}{\n} + {if $next} Next
{/if}{\n}
{\n} {/template}