Skip to content

Commit 735cae7

Browse files
committed
Merge pull request #1335 from wing328/html_remove_site_css
[HTML] remove site.css from html docs
2 parents 3b36bbe + d882e9f commit 735cae7

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)