Skip to content

Commit db02315

Browse files
committed
Fix the agenda backcover representation
This commit makes the "backcover" elements to appear as simple bold text instead of H2 headers. In this way PDF readers that show a selectable index, will not show back covers as chapters (because they're not).
1 parent 9ec1c88 commit db02315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/agenda.md.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ background-image: "{{ pandoc_agenda_background_image }}"
1717
{% else %}
1818
{% if slide.backcover is defined and slide.backcover | bool and slide.subtitle is defined %}
1919

20-
## {{ slide.subtitle }}
20+
**{{ slide.subtitle }}**
2121
{% else %}
2222

2323
- {{ slide.title }}

0 commit comments

Comments
 (0)