aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/main/kotlin')
-rw-r--r--plugins/base/src/main/kotlin/renderers/html/HtmlRenderer.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/base/src/main/kotlin/renderers/html/HtmlRenderer.kt b/plugins/base/src/main/kotlin/renderers/html/HtmlRenderer.kt
index 8c319f98..7287c08a 100644
--- a/plugins/base/src/main/kotlin/renderers/html/HtmlRenderer.kt
+++ b/plugins/base/src/main/kotlin/renderers/html/HtmlRenderer.kt
@@ -777,8 +777,9 @@ open class HtmlRenderer(
}
span { text("© 2020 Copyright") }
span("pull-right") {
- span { text("Sponsored and developed by dokka") }
+ span { text("Sponsored and developed by ") }
a(href = "https://github.com/Kotlin/dokka") {
+ span { text("dokka") }
span(classes = "padded-icon")
}
}