diff options
author | Araq <rumpf_a@web.de> | 2014-12-11 20:51:07 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-12-11 20:51:07 +0100 |
commit | 50e156db6ecfdd23b6c7d3a5fb3d93974dca2cd8 (patch) | |
tree | 031927f497889d40aae14a49fca1e6b8ce2f1242 /tools | |
parent | f731c5aac05f182b2a3861677cbe5445237eccd7 (diff) | |
download | Nim-50e156db6ecfdd23b6c7d3a5fb3d93974dca2cd8.tar.gz |
website slightly improved
Diffstat (limited to 'tools')
-rw-r--r-- | tools/nimweb.nim | 2 | ||||
-rw-r--r-- | tools/website.tmpl | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/tools/nimweb.nim b/tools/nimweb.nim index 0242e498e..23d1ef4d9 100644 --- a/tools/nimweb.nim +++ b/tools/nimweb.nim @@ -436,7 +436,7 @@ initConfigData(c) parseCmdLine(c) parseIniFile(c) when false: - buildPdfDoc(c, "doc") + #buildPdfDoc(c, "doc") buildWebsite(c) else: main(c) diff --git a/tools/website.tmpl b/tools/website.tmpl index 88a4dee67..9f655a04c 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -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 & Requests</a> + <a href="https://github.com/Araq/Nimrod">Issues & 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> & <a href="#">Dominik Picheta</a><br> - Copyright © 2014 - <a href="#">Andreas Rumpf</a> & <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> & <a href="http://picheta.me/">Dominik Picheta</a><br> + Copyright © 2014 - <a href="http://nim-lang.org/blog/">Andreas Rumpf</a> & <a href="https://github.com/Araq/Nimrod/graphs/contributors">Contributors</a> </div> </div> </footer> |