Only show updated if available
This commit is contained in:
parent
9ba6a43ca1
commit
b3e428b004
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@
|
||||||
)}</h1>
|
)}</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Published: <time>{blogPost.lastUpdated -> f:format.date(format: 'Y-m-d')}</time>,
|
Published: <time>{blogPost.lastUpdated -> f:format.date(format: 'Y-m-d')}</time><f:if condition="{blogPost.SYS_LASTCHANGED}">, Updated: <time>{blogPost.SYS_LASTCHANGED -> f:format.date(format: 'Y-m-d')}</time></f:if>
|
||||||
Updated: <time>{blogPost.SYS_LASTCHANGED -> f:format.date(format: 'Y-m-d')}</time>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{f:render(section: 'TopicList', arguments: {
|
{f:render(section: 'TopicList', arguments: {
|
||||||
|
|
Loading…
Reference in a new issue