Skip to content

Commit

Permalink
Finding a way to disable basic.css that breaks some things
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Feb 15, 2024
1 parent aa64ae9 commit 29136f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion _themes/bootstrap/layout.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends "basic/layout.html" %}

{% set theme_css_files = [
'_static/bootstrap/css/bootstrap.min.css',
'_static/css/font-awesome.min.css',
'_static/styles.css'
]
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions _themes/bootstrap/theme.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[theme]
inherit = basic
stylesheet = bootstrap.min.css
pygments_style = tango

0 comments on commit 29136f4

Please sign in to comment.