Add custom header and footer include files

This commit is contained in:
CodeSandwich
2020-06-05 01:07:16 +02:00
parent 31b99a2a9b
commit cd192aa4e2
4 changed files with 13 additions and 5 deletions

View File

@@ -86,10 +86,12 @@ heading_anchors: true
## Footer content
```yaml
# Footer content
# Footer content
# appears at the bottom of every page's main content
footer_content: "Copyright &copy; 2017-2019 Patrick Marsceill. Distributed by an <a href=\"https://github.com/pmarsceill/just-the-docs/tree/master/LICENSE.txt\">MIT license.</a>"
This option is deprecated and will be removed in a future major release. Please use `footer_custom.html`.
# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html