Sha256: 21a85c2db90f00d30347ff57c0509e672f0c4889cfbe6309abbd03ecb8aa5500

Contents?: true

Size: 1.37 KB

Versions: 3

Compression:

Stored size: 1.37 KB

Contents

<footer class="the-footer">
    <div class="unit-foot">
        <div class="unit-inner unit-foot-inner">
            <div class="misc vcard">
                <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 }}
                </div>
                <div class="social-links">
                    {% if site.author.email %}
                        <a class="external ico-gmail" href="mailto:{{ site.author.email }}" rel="me" target="_blank" title="email"></a>
                    {% endif %}
                    <a class="external ico-rss" href="{{ "/feed.xml" | relative_url }}" rel="me" target="_blank" title="feed"></a>
                    {% for link in site.author.social_links %}
                        {% if link.url %}
                            <a class="external ico-{{ link.name }}" href="{{ link.url }}" rel="me" target="_blank" title="{{ link.name }}"></a>
                        {% endif %}
                    {% endfor %}
                </div>
            </div>
        </div>
    </div>
    <a href="#" class="internal back-to-top">{{ site.data.i18n[site.lang].back_to_top }}</a>
</footer>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-simple-texture-0.1.3 _includes/blog/footer.html
jekyll-theme-simple-texture-0.1.2 _includes/blog/footer.html
jekyll-theme-simple-texture-0.1.1 _includes/blog/footer.html