Fix line numbers for text

This commit is contained in:
andreimarcu 2016-06-16 22:33:32 -07:00
parent 027f5cce42
commit e6db8553b0
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
{% block head %}
<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">
{% endif %}
{% endblock %}
{% block innercontentmore %} class="scrollable"{% endblock %}