File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/docs/asciidoc/docinfos Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ tasks {
474
474
}
475
475
from(inputDir) {
476
476
filesMatching(" **/*.html" ) {
477
- val favicon = " <link rel=\" icon\" type=\" image/png\" href=\" https://junit.org/assets/img/junit5 -logo.png\" >"
477
+ val favicon = " <link rel=\" icon\" type=\" image/png\" href=\" https://junit.org/assets/img/junit6-temporary -logo.png\" >"
478
478
filter { line ->
479
479
var result = if (line.startsWith(" <head>" )) line.replace(" <head>" , " <head>$favicon " ) else line
480
480
externalModulesWithoutModularJavadoc.forEach { (moduleName, baseUrl) ->
Original file line number Diff line number Diff line change 1
- < link rel ="icon " type ="image/png " href ="https://junit.org/assets/img/junit5 -logo.png " />
1
+ < link rel ="icon " type ="image/png " href ="https://junit.org/assets/img/junit6-temporary -logo.png " />
2
2
< style >
3
3
/* Tocbot dynamic TOC, works with tocbot 3.0.2 */
4
4
/* Source: https://github.com/asciidoctor/asciidoctor/issues/699#issuecomment-321066006 */
You can’t perform that action at this time.
0 commit comments