Skip to content

Commit

Permalink
jinjify
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 29, 2015
1 parent 1a9b6a8 commit 8cf47bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/data/themes/base-jinja/templates/post_helper.tmpl
Expand Up @@ -57,7 +57,7 @@
{# %if post.author(): #}
{# <meta property="article:author" content="{{ post.author() }}"> #}
{# %endif #}
{% if post.formatted_date('webiso') %}
{% if post.date.isoformat() %}
<meta property="article:published_time" content="{{ post.formatted_date('webiso') }}">
{% endif %}
{% if post.tags %}
Expand Down

0 comments on commit 8cf47bd

Please sign in to comment.