Skip to content

Commit

Permalink
Change header level for Read More section
Browse files Browse the repository at this point in the history
  • Loading branch information
arlowatts committed Jul 21, 2024
1 parent 9bdce12 commit 5e4fe74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-table-of-contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def append_dir_list(ignore: tuple = ()):

# check that the directory does not contain only the index file
if len(dir_list) > 1:
content = "\n# Read More\n\n"
content = "\n## Read More\n\n"

# add each path to the list
for path in dir_list:
Expand Down

0 comments on commit 5e4fe74

Please sign in to comment.