mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Cleanup links in homepage and footer
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user