File tree Expand file tree Collapse file tree 4 files changed +15
-13
lines changed
resources/formats/html/templates Expand file tree Collapse file tree 4 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
import { kFigHeight , kFigWidth } from "../config/constants.ts" ;
9
- import { isRevealjsOutput } from "../config/format.ts" ;
10
9
import { Element , getDomParser } from "./deno-dom.ts" ;
11
10
import { EitherString , MappedString } from "./lib/text-types.ts" ;
12
11
import { asMappedString , mappedDiff } from "./mapped-text.ts" ;
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ <h1 class="title">$title$</h1>
6
6
$if(subtitle)$
7
7
< p class ="subtitle lead "> $subtitle$</ p >
8
8
$endif$
9
+ $if(description)$
10
+ < div >
11
+ < div class ="description ">
12
+ $description$
13
+ </ div >
14
+ </ div >
15
+ $endif$
9
16
$if(categories)$
10
17
$if(quarto-template-params.title-block-categories)$
11
18
< div class ="quarto-categories ">
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ <h1 class="title">$title$</h1>
15
15
$endif$
16
16
</ div >
17
17
18
+ $if(description)$
19
+ < div >
20
+ < div class ="description ">
21
+ $description$
22
+ </ div >
23
+ </ div >
24
+ $endif$
25
+
18
26
$title-metadata.html()$
19
27
20
28
</ header >
Original file line number Diff line number Diff line change 1
- $if(description)$
2
- < div >
3
- < div class ="description ">
4
- $description$
5
- </ div >
6
- </ div >
7
- $endif$
8
-
9
1
$if(by-affiliation/first)$
10
2
< div class ="quarto-title-meta-author ">
11
3
< div class ="quarto-title-meta-heading "> $labels.authors$</ div >
34
26
</ div >
35
27
$endif$
36
28
37
-
38
- $if(by-author)$
39
- $endif$
40
-
41
29
< div class ="quarto-title-meta ">
42
30
43
31
$if(by-affiliation)$
You can’t perform that action at this time.
0 commit comments