Sha256: f4fce98b50d43a79f2284ec3b1e64459197917db40d6cc0a34182f356eb76d60

Contents?: true

Size: 253 Bytes

Versions: 5

Compression:

Stored size: 253 Bytes

Contents

<div class="site">
    <h2>Friends Links</h2>
    <ul>
        {% for person in site.data.friends %}
        <li>
            <a href="{{ person.url }}" target="_blank">{{ person.name }}</a>
        </li>
        {% endfor %}
    </ul>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-ink-0.1.4 _includes/friends.html
jekyll-theme-ink-0.1.3 _includes/friends.html
jekyll-theme-ink-0.1.2 _includes/friends.html
jekyll-theme-ink-0.1.1 _includes/friends.html
jekyll-theme-ink-0.1.0 _includes/friends.html