File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
<meta property =" article:published_time" content =" { date($.const.DATE_W3C, $Post -> Published )} " />
19
19
20
- <meta property =" article:author" content =" { absolute_url $Post -> Author -> getURL ()} " />
20
+ { if $Post -> Author }
21
+ <meta property =" article:author" content =" { absolute_url $Post -> Author -> getURL ()} " />
22
+ { /if }
21
23
22
24
<meta name =" twitter:card" content =" summary" />
23
25
<meta name =" twitter:title" content =" { $Post -> Title |escape } " />
Original file line number Diff line number Diff line change 11
11
{ if $showHeader }
12
12
<header class =" post-header" >
13
13
<{ $headingLevel } class="post-title">
14
- <a class =" pull-right" href =" { $Post -> Author -> getURL ()} " data-toggle =" tooltip" title =" { personName $Post -> Author } " >{ avatar $Post -> Author size= 64} </a >
14
+ { if $Post -> Author }
15
+ <a class =" pull-right" href =" { $Post -> Author -> getURL ()} " data-toggle =" tooltip" title =" { personName $Post -> Author } " >{ avatar $Post -> Author size= 64} </a >
16
+ { /if }
15
17
<a href =" { $Post -> getURL ()} " >{ $Post -> Title |escape } </a >
16
18
</{ $headingLevel } >
17
19
</header >
You can’t perform that action at this time.
0 commit comments