mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 01:23:10 +00:00
theme improvements
This commit is contained in:
@ -6,17 +6,25 @@ layout: default
|
||||
❮ Home
|
||||
</a>
|
||||
|
||||
<article>
|
||||
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
|
||||
|
||||
<h1 class="post-title divided">
|
||||
<h1 class="post-title divided p-name" itemprop="name headline">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
|
||||
{{ content }}
|
||||
|
||||
<div class="article-meta">
|
||||
<div>{{ page.author }}</div>
|
||||
<div class="post-date">{{ page.date | date: "%B %-d, %Y" }}</div>
|
||||
<div class="post-content e-content" itemprop="articleBody">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
<div class="post-meta">
|
||||
{% if page.author %}
|
||||
<div itemprop="author">{{ page.author }}</div>
|
||||
{% endif %}
|
||||
<time class="post-date dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%B %-d, %Y" }}</time>
|
||||
</div>
|
||||
|
||||
{% if site.disqus.shortname %}
|
||||
{% include disqus-comments.html %}
|
||||
{% endif %}
|
||||
|
||||
</article>
|
||||
|
Reference in New Issue
Block a user