_includes/class/addons-wrap.liquid in jekyll-rtd-theme-2.0.8 vs _includes/class/addons-wrap.liquid in jekyll-rtd-theme-2.0.9
- old
+ new
@@ -9,18 +9,19 @@
</span>
<i class="fa fa-caret-down"></i>
</div>
</div>
<div class="addons d-flex flex-column height-full p-2 d-none">
- {%- assign items = "github, analytics" | split: ", " -%}
+ {%- assign items = "github" | split: ", " -%}
{% for item in items -%}
{% 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>
- provided by
- <a href="https://rundocs.io" target="_blank">RunDocs</a>
+ <div class="license f6 pb-2">
+ The
+ <a href="{{ site.baseurl }}/">software</a>
+ is under the terms of
+ <a href="{{ docs.repository_url }}">{{ docs.license.name }}</a>
+ ({{ docs.license.spdx_id }}).
</div>
</div>
</div>