commit: 631558f7a3726f06fafe99f43b46abae0872cfa2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 2 23:47:25 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Feb 2 23:47:25 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=631558f7
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 <AT> gentoo.org> bin/gen-eclass-html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>
