diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2017-06-22 14:30:17 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2017-06-22 14:30:17 -0600 |
| commit | 6e02d2232d6e8a92150598b6b209d786fc911073 (patch) | |
| tree | 62ef274b0b530d15af4ad15a92c99b2281938617 | |
| parent | 55ba6882c99461e9cb4a33f538d365991df89bc0 (diff) | |
add missing part-title attribute to theming guide
| -rw-r--r-- | docs/theming-guide.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/theming-guide.adoc b/docs/theming-guide.adoc index 1cbf14bf..426d4730 100644 --- a/docs/theming-guide.adoc +++ b/docs/theming-guide.adoc @@ -3231,13 +3231,14 @@ For example, you can set the font color used for the right-hand column on recto ==== Attribute References -You can use _any_ attribute defined in your AsciiDoc document in the content of the running header and footer. +You can use _any_ attribute defined in your AsciiDoc document (such as `doctitle`) in the content of the running header and footer. In addition, the following attributes are also available when defining the content keys in the footer: * page-count * page-number * document-title * document-subtitle +* part-title * chapter-title * section-title * section-or-chapter-title |
