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 66*/
77
88import { kFigHeight , kFigWidth } from "../config/constants.ts" ;
9- import { isRevealjsOutput } from "../config/format.ts" ;
109import { Element , getDomParser } from "./deno-dom.ts" ;
1110import { EitherString , MappedString } from "./lib/text-types.ts" ;
1211import { 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>
66 $if(subtitle)$
77 < p class ="subtitle lead "> $subtitle$</ p >
88 $endif$
9+ $if(description)$
10+ < div >
11+ < div class ="description ">
12+ $description$
13+ </ div >
14+ </ div >
15+ $endif$
916 $if(categories)$
1017 $if(quarto-template-params.title-block-categories)$
1118 < div class ="quarto-categories ">
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ <h1 class="title">$title$</h1>
1515$endif$
1616</ div >
1717
18+ $if(description)$
19+ < div >
20+ < div class ="description ">
21+ $description$
22+ </ div >
23+ </ div >
24+ $endif$
25+
1826$title-metadata.html()$
1927
2028</ 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-
91$if(by-affiliation/first)$
102< div class ="quarto-title-meta-author ">
113 < div class ="quarto-title-meta-heading "> $labels.authors$</ div >
3426</ div >
3527$endif$
3628
37-
38- $if(by-author)$
39- $endif$
40-
4129< div class ="quarto-title-meta ">
4230
4331 $if(by-affiliation)$
You can’t perform that action at this time.
0 commit comments