Skip to content

Commit

Permalink
Fixes order of css. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jejacks0n committed Apr 13, 2019
1 parent 21e817e commit 6b715aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/apitome/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<title><%= Apitome.configuration.title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<%= stylesheet_link_tag "apitome/highlight_themes/#{Apitome.configuration.code_theme}", media: "all" %>
<%= stylesheet_link_tag Apitome.configuration.css_override || "apitome/application", media: "all" %>
<%= stylesheet_link_tag "apitome/highlight_themes/#{Apitome.configuration.code_theme}", media: "all" %>
<%= javascript_include_tag Apitome.configuration.js_override || "apitome/application" %>
</head>
<body class="<%= Apitome.configuration.single_page ? "single-page" : "" %>">
Expand Down

0 comments on commit 6b715aa

Please sign in to comment.