Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
- <header class="post-header">
- <h1 class="post-title p-name" itemprop="name headline">{{ page.title }}</h1>
- <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished" class="dt-published">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name" rel="author" class="p-author h-card">{{ page.author }}</span></span>{% endif %}
- <span class="tag-container">
- {% for tag in page.tags %}
- <span class="post-tag p-category">{{ tag }}</span>
- {% endfor %}
- </span></p>
- </header>
- <img src="{{site.baseurl}}/images/{{page.photo}}">
- <div class="post-content e-content" itemprop="articleBody">
- {{ content }}
- </div>
- <footer class="">
- Syndicated: {% if page.syndication && page.syndication.length > 0 %}
- {% for syndicated in page.syndication %}
- <a class="u-syndication" href="{{syndicated.url}}">{{syndicated.name}}</a>
- {% endfor %}
- {% endif %}
- </footer>
- </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement