Sha256: b3fd7e63377fe7f76a64b42d9218b9445b64c57fdd8d1b17fc1da1f88579d58a

Contents?: true

Size: 978 Bytes

Versions: 3

Compression:

Stored size: 978 Bytes

Contents

<footer class="footer text-center py-2 theme-bg-dark" style="position: fixed; right: 0; left: 280px; bottom: 0;">
    {% if site.navigation_footer %}
    <div class="d-flex mx-3 justify-content-between">
        <small class="copyright">
            &copy; <a href="{{ site.url }}">{{ site.title }}</a> {{ site.time | date: '%Y' }}
        </small>
        <small class="text-center" style="right: 0;">
            <a href="{{ site.repo }}" target="_blank">
                <i class="fab fa-github-alt fa-fw"></i>
                Fork Repo
            </a>
        </small>
        <small class="copyright">
            Created by
            <a href="{{ site.navigation_footer[0].url }}" target="_blank">
                {{ site.navigation_footer[0].title }}
            </a> for developers <i class="fas fa-heart" style="color: #e62406;"></i>
        </small>
    </div>
    {% else %}
    {% include site-footer-default.html %}
    {% endif %}
</footer>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
inkstream-0.1.4 _includes/site-footer.html
inkstream-0.1.3 _includes/site-footer.html
inkstream-0.1.2 _includes/site-footer.html