Skip to content

Commit

Permalink
Helps if use the varible that was so carefully set... #19
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcollin committed Sep 18, 2016
1 parent 4864e73 commit 518b036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/workshop.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
{% assign d = layout.date %}
{% endif %}
Last updated:
<time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{{ page.date | date: "%b %-d, %Y" }}
<time datetime="{{ d | date_to_xmlschema }}" itemprop="datePublished">
{{ d | date: "%b %-d, %Y" }}
</time>
</p>
</header>
Expand Down

0 comments on commit 518b036

Please sign in to comment.