File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 90
90
<h1 class =" header-title" ><a href =" { $Post -> getURL ()} " >{ $Post -> Title |escape } </a ></h1 >
91
91
92
92
<div class =" article-meta" >
93
- by { personLink $Post -> Author photo= yes photoSize= 36 pixelRatio= 2}
93
+ by { personLink $Post -> Author photo= yes photoSize= 36 pixelRatio= 2 summary= no }
94
94
on <a href =" { $Post -> getURL ()} " >{ timestamp $Post -> Published } </a >
95
95
</div >
96
96
Original file line number Diff line number Diff line change 16
16
{ /if }
17
17
{ /strip } { /template}
18
18
19
- { template personLink Person photo= no photoSize= 64 pixelRatio= 2 linkCls= no imgCls= no nameCls= no} { strip }
19
+ { template personLink Person photo= no photoSize= 64 pixelRatio= 2 linkCls= no imgCls= no nameCls= no summary= yes } { strip }
20
20
<a href =" { $Person -> getURL ()} " title =" { personName $Person } " { if $linkCls } class =" { $linkCls } " { /if } >
21
21
{ if $photo }
22
22
{ $pixels = $photoSize }
30
30
{ /if }
31
31
<img src =" { $src } " class =" avatar { if $imgCls } { $imgCls } { /if } " width =" { $photoSize } " height =" { $photoSize } " />
32
32
{ /if }
33
- <span class =" name { $imgCls } " >{ personName $Person } </span >
33
+ <span class =" name { $imgCls } " >{ personName $Person summary= $ summary } </span >
34
34
</a >
35
35
{ /strip } { /template}
You can’t perform that action at this time.
0 commit comments