Skip to content

Commit dd836ba

Browse files
committed
Sheet page add Summary as Subtitle.
1 parent 5a13001 commit dd836ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sheet.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<#-- Page Cover -->
1010
<#import "module/cover.ftl" as cover>
11-
<@cover.layout img="${sheet.thumbnail!}" title="${sheet.title}" subtitle="" />
11+
<@cover.layout img="${sheet.thumbnail!}" title="${sheet.title}" subtitle="${sheet.summary}" />
1212

1313
<main>
1414
<section id="write" class="container markdown">

sheet_links.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<#-- Page Cover -->
1010
<#import "module/cover.ftl" as cover>
11-
<@cover.layout img="${sheet.thumbnail!}" title="${sheet.title}" subtitle="" />
11+
<@cover.layout img="${sheet.thumbnail!}" title="${sheet.title}" subtitle="${sheet.summary}" />
1212

1313
<main>
1414
<section id="links" class="container">

0 commit comments

Comments
 (0)