We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48836a6 commit f377a9dCopy full SHA for f377a9d
_includes/head.html
@@ -23,7 +23,9 @@
23
{% endif %}
24
25
{% if page.layout == "post" %}
26
- {% include syntax-highlight.html %}
+ {% if site.syntax-highlight %}
27
+ <link rel="stylesheet" type="text/css" href=" {{site.url}}/css/everforest.css" />
28
+ {% endif %}
29
<link rel="stylesheet" href="{{site.url}}/css/rrssb.css" />
30
31
_includes/syntax-highlight.html
0 commit comments