pretty.html: fetch stylesheet only if the var is declared
otherwise the app will perform an unnecessary 404 request everytime a theme is not declared Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
5277c60b81
commit
7cfe364b8c
2 changed files with 3 additions and 1 deletions
|
|
@ -69,7 +69,9 @@
|
|||
</style>
|
||||
|
||||
<!-- Bring your own theme -->
|
||||
{% if theme %}
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.5.0/build/styles/{{ theme }}.min.css">
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue