diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-04 21:12:10 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-04 21:12:10 +0100 |
| commit | a7b2f77227b130a0740ed716579ce0ae3b592a30 (patch) | |
| tree | 883449516b2f2c16c3310f581e802c83b1a47fa0 /bin | |
| parent | 9a7862ea9eaab6b17c1547a411421ee10e831c18 (diff) | |
Cleanup links in homepage and footer
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/_template.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/bin/_template.html b/bin/_template.html index a51f92378..2853fb394 100644 --- a/bin/_template.html +++ b/bin/_template.html @@ -48,7 +48,7 @@ $endfor$ $if(title)$ <header id="title-block-header"> - <img src="$rel-root$/doc/Logos/gf1.svg" height="200px" class="float-md-right mb-3" alt="GF Logo"> + <img src="$rel-root$/doc/Logos/gf1.svg" height="200px" class="float-md-right mb-3 bg-white" alt="GF Logo"> <h1 class="title">$title$</h1> $if(subtitle)$ <p class="subtitle">$subtitle$</p> @@ -86,18 +86,19 @@ $body$ <div class="col-3"> <h6 class="text-muted">Documentation</h6> <ul class="list-unstyled"> - <li><a href="$rel-root$/doc/gf-shell-reference.html">GF Shell Reference</a> - <li><a href="$rel-root$/lib/doc/synopsis.html">RGL Library Synopsis</a> - <li><a href="$rel-root$/gf-book">The GF Book</a> - <li><a href="$rel-root$/doc/gf-refman.html">Reference Manual</a> + <li><a href="$rel-root$/doc/gf-shell-reference.html">GF Shell Reference</a></li> + <li><a href="$rel-root$/lib/doc/synopsis.html">RGL Library Synopsis</a></li> + <li><a href="$rel-root$/gf-book">The GF Book</a></li> + <li><a href="$rel-root$/doc/gf-refman.html">Reference Manual</a></li> + <li><a href="$rel-root$/doc/tutorial/gf-tutorial.html">Tutorial</a></li> </ul> </div> <div class="col-3"> <h6 class="text-muted">Reference</h6> <ul class="list-unstyled"> - <li><a href="http://hackage.haskell.org/package/gf/docs/PGF.html">PGF library API (Haskell runtime)</a> - <li><a href="$rel-root$/doc/runtime-api.html">PGF library API (C runtime)</a> - <li><a href="http://hackage.haskell.org/package/gf/docs/GF.html">GF compiler API</a> + <li><a href="http://hackage.haskell.org/package/gf/docs/PGF.html">PGF library API (Haskell runtime)</a></li> + <li><a href="$rel-root$/doc/runtime-api.html">PGF library API (C runtime)</a></li> + <li><a href="http://hackage.haskell.org/package/gf/docs/GF.html">GF compiler API</a></li> </ul> </div> <div class="col-3"> |
