Nommy template and default config tweaks.
This commit is contained in:
parent
ebe80cd8bf
commit
5161a33c6c
3 changed files with 19 additions and 6 deletions
|
@ -1,9 +1,13 @@
|
||||||
(:author "Brit Butler"
|
(:author "Brit Butler"
|
||||||
:deploy "/home/git/blog/"
|
:deploy "/home/git/blog/"
|
||||||
:domain "http://blog.redlinernotes.com"
|
:domain "http://blog.redlinernotes.com"
|
||||||
:license "CC-BY-SA"
|
:feeds ("lisp")
|
||||||
:plugins (mathjax)
|
:plugins (mathjax)
|
||||||
:repo "/home/git/tmp/improvedmeans/"
|
: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"
|
:title "Improved Means for Achieving Deteriorated Ends"
|
||||||
:theme "hyde")
|
:theme "hyde")
|
||||||
|
|
|
@ -25,8 +25,17 @@
|
||||||
</div>
|
</div>
|
||||||
{if $bodyInject} {$bodyInject |noAutoescape} {/if}
|
{if $bodyInject} {$bodyInject |noAutoescape} {/if}
|
||||||
<div class="fineprint">
|
<div class="fineprint">
|
||||||
Unless otherwise credited all material {if $config.license} {$config.license} {else} © {/if}
|
<hr>
|
||||||
{$config.credits}
|
Unless otherwise credited all material
|
||||||
|
{if $config.license}
|
||||||
|
{$config.license}
|
||||||
|
{else}
|
||||||
|
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
|
||||||
|
<img alt="Creative Commons License" style="border-width:0" src="{$config.domain}/css/cc-by-sa.png" />
|
||||||
|
</a>
|
||||||
|
{/if}
|
||||||
|
by {$config.author}
|
||||||
|
<img align="right" src="{$config.domain}/css/logo_small.jpg" />
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
{$post.content |noAutoescape}
|
{$post.content |noAutoescape}
|
||||||
</div>{\n}
|
</div>{\n}
|
||||||
<div class="relative-nav">{\n}
|
<div class="relative-nav">{\n}
|
||||||
{if $prev} <a href="{$prev}">Previous</a><br> {/if}{\n}
|
{if $prev} <a href="{$config.domain}/posts/{$prev.slug}.html">Previous</a><br> {/if}{\n}
|
||||||
{if $next} <a href="{$next}">Next</a><br> {/if}{\n}
|
{if $next} <a href="{$config.domain}/posts/{$next.slug}.html">Next</a><br> {/if}{\n}
|
||||||
</div>{\n}
|
</div>{\n}
|
||||||
{/template}
|
{/template}
|
||||||
|
|
Loading…
Add table
Reference in a new issue