website slightly improved

This commit is contained in:
Araq
2014-12-11 20:51:07 +01:00
parent f731c5aac0
commit 50e156db6e
6 changed files with 9 additions and 12 deletions

View File

@@ -436,7 +436,7 @@ initConfigData(c)
parseCmdLine(c)
parseIniFile(c)
when false:
buildPdfDoc(c, "doc")
#buildPdfDoc(c, "doc")
buildWebsite(c)
else:
main(c)

View File

@@ -136,7 +136,7 @@ p.greet() <span class="cmt"># or greet(p)</span>
<h4>Documentation</h4>
<a href="documentation.html">Stable Documentation</a>
<!-- <a href="">Development Documentation</a> -->
<a href="https://github.com/Araq/Nimrod">Github Issues &amp; Requests</a>
<a href="https://github.com/Araq/Nimrod">Issues &amp; Requests</a>
</div>
<div>
<h4>Community</h4>
@@ -146,9 +146,9 @@ p.greet() <span class="cmt"># or greet(p)</span>
</div>
</div>
<div id="foot-legal">
<h4>Written in Nim - Powered by <a href="#">Jester</a></h4>
Web Design by <a href="#">Philip Witte</a> &amp; <a href="#">Dominik Picheta</a><br>
Copyright © 2014 - <a href="#">Andreas Rumpf</a> &amp; <a href="#">Contributors</a>
<h4>Written in Nim - Powered by <a href="https://github.com/dom96/jester">Jester</a></h4>
Web Design by <a href="http://reign-studios.net/philipwitte/">Philip Witte</a> &amp; <a href="http://picheta.me/">Dominik Picheta</a><br>
Copyright © 2014 - <a href="http://nim-lang.org/blog/">Andreas Rumpf</a> &amp; <a href="https://github.com/Araq/Nimrod/graphs/contributors">Contributors</a>
</div>
</div>
</footer>