aboutsummaryrefslogtreecommitdiff
path: root/plugins/jekyll/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jekyll/src/main')
-rw-r--r--plugins/jekyll/src/main/kotlin/JekyllPlugin.kt3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/jekyll/src/main/kotlin/JekyllPlugin.kt b/plugins/jekyll/src/main/kotlin/JekyllPlugin.kt
index ad83ca76..f6ea894c 100644
--- a/plugins/jekyll/src/main/kotlin/JekyllPlugin.kt
+++ b/plugins/jekyll/src/main/kotlin/JekyllPlugin.kt
@@ -21,7 +21,6 @@ class JekyllPlugin : DokkaPlugin() {
val renderer by extending {
(CoreExtensions.renderer
providing { JekyllRenderer(it) }
- applyIf { format == "jekyll" }
override plugin<DokkaBase>().htmlRenderer)
}
@@ -54,4 +53,4 @@ class JekyllRenderer(
content(builder, page)
return builder.toString()
}
-} \ No newline at end of file
+}