Skip to content

Commit d882e9f

Browse files
committed
remove site.css from html docs
1 parent ea1c280 commit d882e9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/swagger-codegen/src/main/resources/htmlDocs/index.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<title>{{{appName}}}</title>
7-
<link rel="stylesheet" type="text/css" href="site.css" media="screen" />
87
<style type="text/css">
98
{{>style.css}}
109
</style>
@@ -161,4 +160,4 @@
161160
{{/model}}
162161
{{/models}}
163162
</body>
164-
</html>
163+
</html>

0 commit comments

Comments
 (0)