_includes/class/addons-wrap.liquid in jekyll-rtd-theme-2.0.0.pre.beta1 vs _includes/class/addons-wrap.liquid in jekyll-rtd-theme-2.0.0
- old
+ new
@@ -11,10 +11,10 @@
</div>
</div>
<div class="addons d-flex flex-column height-full p-2 d-none">
{%- assign items = "github, analytics" | split: ", " -%}
{% for item in items -%}
- {% include class/addons/{{ item }}.liquid %}
+ {% include addons/{{ item }}.liquid %}
{% endfor -%}
<hr>
<div class="generator f6 pb-2">
Built with
<a href="https://github.com/rundocs/jekyll-rtd-theme" target="_blank" title="{% if site.remote_theme %}remote{% endif %} theme v{{ version }}">jekyll-rtd-theme</a>