Skip to content

Commit

Permalink
reordered css files to follow current pdb-dev style
Browse files Browse the repository at this point in the history
  • Loading branch information
aozalevsky committed Feb 21, 2024
1 parent 5a2874d commit 7126fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<!-- add bootstrap css file -->
{% if html_mode == 'local' %}
<link rel="stylesheet" href="static/css/main.css">
<link rel="stylesheet" href="static/css/layout.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="static/css/layout.css">
{% else %}
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/layout.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/layout.css">
{% endif %}

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
Expand Down

0 comments on commit 7126fb7

Please sign in to comment.