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 /bin/_template.html | |
| parent | 2f1ee094d23b661b8147b395e5fd7d5c058a46d2 (diff) | |
GF logo links to home; remove "other demos"
Diffstat (limited to 'bin/_template.html')
| -rw-r--r-- | bin/_template.html | 2 |
1 files changed, 2 insertions, 0 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> |
