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 {
474474 }
475475 from(inputDir) {
476476 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\" >"
478478 filter { line ->
479479 var result = if (line.startsWith(" <head>" )) line.replace(" <head>" , " <head>$favicon " ) else line
480480 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 " />
22< style >
33 /* Tocbot dynamic TOC, works with tocbot 3.0.2 */
44 /* Source: https://github.com/asciidoctor/asciidoctor/issues/699#issuecomment-321066006 */
You can’t perform that action at this time.
0 commit comments