Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed stale link to meta data extension (#2194)
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
docs/reference/meta-tags.md
|
|
@@ -28,7 +28,7 @@ markdown_extensions: |
|
|
Front matter is written as a series of key-value pairs at the beginning of the |
|
|
Markdown document, delimited by a blank line which ends the YAML context. |
|
|
|
|
|
[3]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html |
|
|
[3]: https://python-markdown.github.io/extensions/meta_data/ |
|
|
[4]: https://jekyllrb.com/docs/front-matter/ |
|
|
|
|
|
## Usage |
|
|
|