_includes/footer.html in minimaJake-1.0.4 vs _includes/footer.html in minimaJake-1.0.10
- old
+ new
@@ -8,12 +8,16 @@
{%- include social/meta.html -%}
</div>
<div class="footer-col">
<p>{{ site.description | escape }}</p>
<p>
- <a href="https://pages.github.com/">GH Pages</a> v{{ site.github.versions.github-pages | default: 1.0 }}
- <a href="https://jekyllrb.com/">Jekyll</a> v{{ site.github.versions.jekyll | default: 1.0 }},
- <a href="https://github.com/JakeSteam/minimaJake">minimaJake</a> v1.0.4.
+ <a href="https://pages.github.com/">GH Pages</a> {{ site.github.versions.github-pages | default: 1.0 }}
+ <a href="https://jekyllrb.com/">Jekyll</a> {{ site.github.versions.jekyll | default: 1.0 }},
+ {% if site.theme_version %}
+ <a href="https://github.com/JakeSteam/minimaJake">minimaJake</a> {{ site.theme_version }}.
+ {% else %}
+ <a href="https://github.com/JakeSteam/minimaJake">minimaJake</a> {{ site.remote_theme | split: '@' | last }}.
+ {% endif %}
</p>
</div>
</div>
<div class="social-links">