Code highlighting
This commit is contained in:
parent
14e5e6b7e7
commit
562aae86f3
6 changed files with 42 additions and 2 deletions
2
app.py
2
app.py
|
@ -72,6 +72,7 @@ from core.shared import noindex
|
|||
from core.shared import paginated_query
|
||||
from utils.blacklist import is_blacklisted
|
||||
from utils.emojis import EMOJIS
|
||||
from utils.highlight import HIGHLIGHT_CSS
|
||||
from utils.key import get_secret_key
|
||||
from utils.template_filters import filters
|
||||
|
||||
|
@ -153,6 +154,7 @@ def inject_config():
|
|||
else 0,
|
||||
me=ME,
|
||||
base_url=config.BASE_URL,
|
||||
highlight_css=HIGHLIGHT_CSS,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue