Sha256: 6827018ff39761df2df817f65d9b2dccc4ef579c9b4007217b12c9bf69ac5843

Contents?: true

Size: 1.73 KB

Versions: 1

Compression:

Stored size: 1.73 KB

Contents

{% if post.author %}{% assign author = site.data.authors[post.author] %}{% else %}{% assign author = site.data.authors[site.author] %}{% endif %}
            <span class='meta'>
                <i class='fa fa-clock-o'></i><time itemprop='datePublished' content='{{ post.date | date: '%F' }}' datetime='{{ post.date | date_to_xmlschema }}'> {{ post.date | date: "%d %b %Y" }}</time>
                &nbsp; | &nbsp;
                <i class='fa fa-user'></i> <span itemprop='author'><a href='//www.perry-online.me.uk/author/{{ author.name | downcase | replace: '& ', '' | replace: ' ', '-' }}/' title='{{ author.name }}'>{{ author.name }}</a></span>

                {% if post.categories.size > 0 %} &nbsp; | &nbsp; 
                <i class='fa fa-folder-open'></i> <span itemprop='keywords'>{% for category in post.categories %}
                    <a href='/{{ category }}/' class="{{ category }}">{{ site.post_categories[category].name }}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}
                </span>{% endif %}

                {% if post.tags.size > 0 %} &nbsp; | &nbsp; 
                <i class='fa fa-tags'></i> <span itemprop='keywords'>{% for tag in post.tags %}
                    <a href='/tags/{{ tag | slugify }}/' class="{{ tag }}">{{ tag }}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}
                </span>{% endif %}

                {% if post.locations %} &nbsp; | &nbsp; 
                <i class='fa fa-map-marker'></i> <span itemprop='keywords'>{% for location in post.locations %}
                    <a class="location" href="{{ site.locations[location].link }}">{{ site.locations[location].name }}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}
                </span>{% endif %}
            </span>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-perry-0.1.0 _includes/meta.html