diff options
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"> |
