Display introduction (abstract) on detail page the same way as on list
This commit is contained in:
parent
6f3f272082
commit
6121385989
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<main>
|
||||
<a name="introduction"></a>
|
||||
<h2>Introduction <small><a href="#introduction">¶</a></small></h2>
|
||||
{data.abstract -> f:format.html()}
|
||||
{data.abstract -> f:format.html(parseFuncTSPath: 'lib.parseFunc_abstract')}
|
||||
{introduction -> f:format.raw()}
|
||||
|
||||
<f:if condition="{media.0}">
|
||||
|
|
Loading…
Reference in a new issue