Fix line numbers for text
This commit is contained in:
parent
027f5cce42
commit
e6db8553b0
|
@ -2,8 +2,10 @@
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
<link href="{{ sitepath }}static/css/highlight/tomorrow.css" rel="stylesheet" type="text/css">
|
<link href="{{ sitepath }}static/css/highlight/tomorrow.css" rel="stylesheet" type="text/css">
|
||||||
|
{% if extra.lang_hl != "text" %}
|
||||||
<link href="{{ sitepath }}static/css/highlight/lines.css" rel="stylesheet" type="text/css">
|
<link href="{{ sitepath }}static/css/highlight/lines.css" rel="stylesheet" type="text/css">
|
||||||
{% endblock %}
|
{% endif %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block innercontentmore %} class="scrollable"{% endblock %}
|
{% block innercontentmore %} class="scrollable"{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue