frontmatter formatting

This commit is contained in:
Deniz Akşimşek 2023-06-23 12:41:05 +03:00
parent c547d6203b
commit 84be60b77e
4 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
= Copyright & Acknowledgments
:tags: frontmatter
:!toc:
:chapter: -1
:chapter: -a
:layout: frontmatter.njk
:url: /book/copyright-acknowledgments/

View File

@ -1,7 +1,7 @@
= Dedication
:url: /book/dedication/
:layout: frontmatter.njk
:chapter: -2
:chapter: -b
[.airy.padding-block]
--

View File

@ -1,5 +1,5 @@
= Foreword
:chapter: -1
= Foreword [.sub-title]#by Mike Amundsen#
:chapter: -c
// from @mamund:
// * not sure how to format this unit (metadata, etc.)

View File

@ -9,6 +9,10 @@ renderOrder: 1
font-family: var(--display-font);
min-width: max-content;
}
.sub-title {
display: inline;
}
</style>
<header>