fix: Capitalization in toc (#5024)

Signed-off-by: Regina Scott <rescott@redhat.com>
This commit is contained in:
Regina Scott 2020-12-10 16:33:01 -05:00 committed by GitHub
parent ca1235a21d
commit e472678815
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -9,6 +9,8 @@ theme:
text: 'Work Sans'
logo: 'assets/logo.png'
favicon: 'assets/favicon.png'
language: en-custom
custom_dir: overrides
google_analytics:
- 'UA-105170809-2'
- 'auto'

View file

@ -0,0 +1,3 @@
{% macro t(key) %}{{ {
"toc.title": "Table of Contents"
}[key] }}{% endmacro %}