Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2021-04-15 21:04:49 +02:00
commit f9f8c3afdb

View File

@ -98,13 +98,15 @@ templates can be shared among multiple pages:
``` markdown
---
template: overrides/hero.html
template: hero.html
---
```
=== "Template"
``` html
{% extends "base.html" %}
{% block hero %}
<!-- Add custom hero here -->
{% endblock %}