diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-08 22:52:08 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-08 22:52:08 +0100 |
| commit | 406eec6690a900187ae8fcafb0470c63dfb3b615 (patch) | |
| tree | 672f2a0e02e27a4615dd315eba80a7a1bcde4edd | |
| parent | 2f1ee094d23b661b8147b395e5fd7d5c058a46d2 (diff) | |
GF logo links to home; remove "other demos"
| -rw-r--r-- | bin/_template.html | 2 | ||||
| -rw-r--r-- | index.html | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/bin/_template.html b/bin/_template.html index 2853fb394..f35432eec 100644 --- a/bin/_template.html +++ b/bin/_template.html @@ -48,7 +48,9 @@ $endfor$ $if(title)$ <header id="title-block-header"> +<a href="$rel-root$" title="Home"> <img src="$rel-root$/doc/Logos/gf1.svg" height="200px" class="float-md-right mb-3 bg-white" alt="GF Logo"> +</a> <h1 class="title">$title$</h1> $if(subtitle)$ <p class="subtitle">$subtitle$</p> diff --git a/index.html b/index.html index fe45c85cb..34b5793fb 100644 --- a/index.html +++ b/index.html @@ -26,14 +26,14 @@ <div class="col-sm-3"> <h2>Use</h2> - <ul> - <li><a href="http://cloud.grammaticalframework.org/">GF Cloud</a></li> - <li><a href="demos/index.html">Other Demos</a></li> - </ul> <a href="download/index.html" class="btn btn-primary mb-3 "> <i class="fas fa-download mr-1"></i> Download GF </a> + <ul> + <li><a href="http://cloud.grammaticalframework.org/">GF Cloud</a></li> + <!-- <li><a href="demos/index.html">Other Demos</a></li> --> + </ul> <h4>Community</h4> <ul> |
