This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch jbake in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git
commit b9f8aa8cab1c3e391d02abcd9be76ab1d5d0e538 Author: Juan Pablo Santos Rodríguez <[email protected]> AuthorDate: Sun Apr 5 11:11:43 2020 +0200 update copyright year + remove breadcrumb div to mimic jspwiki-wiki.a.o appereance --- src/main/jbake/templates/page.ftl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/jbake/templates/page.ftl b/src/main/jbake/templates/page.ftl index b1e3d98..997dd65 100755 --- a/src/main/jbake/templates/page.ftl +++ b/src/main/jbake/templates/page.ftl @@ -146,7 +146,6 @@ <a href="${config.wiki_site_host}/Wiki.jsp?page=Main"></a><a href="#top">Main</a> </div> </div> - <div class="breadcrumb"> </div> <div class="navigation"> <ul class="nav nav-pills pull-left"> <li id="menu"><a href="#"><!--≡-->☰</a></li> @@ -288,7 +287,7 @@ } </style> <div class="feather"> - Copyright © 2019 The Apache Software Foundation, <br> + Copyright © 2020 The Apache Software Foundation, <br> Licensed under the <a class="external" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><img class="outlink" src="./images/out.png" alt="">.<br> Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br> <br> </div>
