diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-02-03 00:47:25 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-03 00:47:25 +0100 |
commit | 631558f7a3726f06fafe99f43b46abae0872cfa2 (patch) | |
tree | cf18d8b72513c88f121d27486377d35df7ae2728 /bin | |
parent | Make logo visible on mobile (diff) | |
download | devmanual-631558f7a3726f06fafe99f43b46abae0872cfa2.tar.gz devmanual-631558f7a3726f06fafe99f43b46abae0872cfa2.tar.bz2 devmanual-631558f7a3726f06fafe99f43b46abae0872cfa2.zip |
bin/gen-eclass-html.sh: Sync from devbook.xsl.
Apply the "logo on mobile" patch to the eclass manpages, too.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gen-eclass-html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index efa7f12..84a46fc 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -37,7 +37,7 @@ IFS='' read -r -d '' HEADER << 'EOF' </ul> </div> </div></div> -<div class="logo"> +<div> <a href="/" title="Back to the homepage" class="site-logo"><object data="https://assets.gentoo.org/tyrian/site-logo.svg" type="image/svg+xml"><img src="https://assets.gentoo.org/tyrian/site-logo.png" alt="Gentoo Linux Logo"></object></a><span class="site-label">Development Guide</span> </div> </div></div></div> |