Skip to content

Commit

Permalink
Renamed custom CSS files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jan 5, 2024
1 parent ee96be5 commit 8e5ffd5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion newspipe/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='npm_components/bootstrap/dist/css/bootstrap.min.css') }}" media="screen" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='npm_components/fork-awesome/css/fork-awesome.min.css') }}" />
<!-- <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/custom.css') }}" /> -->
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/custom1.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/dark.css') }}" />
<!-- JavaScript -->
<script type="text/javascript" src="{{ url_for('static', filename='npm_components/@popperjs/core/dist/umd/popper.min.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='npm_components/bootstrap/dist/js/bootstrap.min.js') }}"></script>
Expand Down

0 comments on commit 8e5ffd5

Please sign in to comment.