_includes/blog/footer.html in jekyll-theme-simple-texture-0.1.8 vs _includes/blog/footer.html in jekyll-theme-simple-texture-0.2.1
- old
+ new
@@ -5,10 +5,10 @@
<div class="about">
<h4><a href="{{ site.paths.home | relative_url }}">{{ site.data.i18n[site.lang].about }}</a></h4>
{% if site.blog.footer_content %}
<p>{{ site.blog.footer_content }}</p>
{% endif %}
- {{ site.data.i18n[site.lang].copyright }}
+ {{ site.data.i18n[site.lang].theme_info }}
</div>
<div class="social-links">
{% if site.author.email %}
<a class="ico-gmail" href="mailto:{{ site.author.email }}" rel="me" target="_blank" title="email"></a>
{% endif %}