Sha256: 4f414d9244d460b45c70d72d7c5f287e053a0de30c6a5e4210884851ce0754ea

Contents?: true

Size: 966 Bytes

Versions: 5

Compression:

Stored size: 966 Bytes

Contents

<div class="bw-back">
    <div class="bw-back-container">
        <!-- Site header -->
        <div class="bw-header">
            <button class="bw-action bw-show-on-mobile bw-close">
                <span class="fas fa-chevron-left"></span>
            </button>
            <a href="{{ site.url }}" class="bw-title">{{ site.title }}</a>
        </div>

        <!-- Links Table -->
        <table class="bw-links">
            <tr>
                {% if site.github_username %}
                    <td>
                        <a href="https://github.com/andydevs">
                            <span class='fab fa-github'></span>
                            {{ site.github_username }}
                        </a>
                    </td>
                {% endif %}
            </tr>
        </table>

        <!-- Footer -->
        <div class="bw-footer">
            <p>{{ site.description }}</p>
        </div>
    </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-backwhite-1.0.4 _includes/back.html
jekyll-theme-backwhite-1.0.3 _includes/back.html
jekyll-theme-backwhite-1.0.2 _includes/back.html
jekyll-theme-backwhite-1.0.1 _includes/back.html
jekyll-theme-backwhite-1.0.0 _includes/back.html