Repository: ant-ivy Updated Branches: refs/heads/master c1c99616f -> 27c6f9a31
fix the path to the Ant logo, and use the SVG version Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/27c6f9a3 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/27c6f9a3 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/27c6f9a3 Branch: refs/heads/master Commit: 27c6f9a315182e2f77e76a413befe09c624069e5 Parents: c1c9961 Author: Nicolas LaleveÌe <[email protected]> Authored: Sun Jun 25 18:26:46 2017 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Sun Jun 25 18:26:46 2017 +0200 ---------------------------------------------------------------------- asciidoc/templates/document.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/27c6f9a3/asciidoc/templates/document.html.slim ---------------------------------------------------------------------- diff --git a/asciidoc/templates/document.html.slim b/asciidoc/templates/document.html.slim index dcb6667..46cb9d2 100644 --- a/asciidoc/templates/document.html.slim +++ b/asciidoc/templates/document.html.slim @@ -33,7 +33,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang) tr td id="home" width="30%" a href="http://ant.apache.org/" title="Apache Ant" - img src="#{page.relativeRoot}images/ant-group-logo.gif" alt="Apache Ant" border="0"/ + img src="#{page.relativeRoot}images/ant-project-logo.svg" alt="Apache Ant" border="0" height="80px"/ td class="product" width="70%" align="right" valign="middle" img src="#{page.relativeRoot}images/logo.png" alt="ivy" border="0"/ table id="top-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"
