diff options
| -rw-r--r-- | docs/_layouts/simple.html | 9 | ||||
| -rw-r--r-- | docs/examples/index.md | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/docs/_layouts/simple.html b/docs/_layouts/simple.html new file mode 100644 index 000000000..27fd78813 --- /dev/null +++ b/docs/_layouts/simple.html @@ -0,0 +1,9 @@ +--- +layout: default +--- + +<div class="container bd-content"> + {% include ads.html %} + <h1 class="bd-title">{{ page.title }}</h1> + {{ content }} +</div> diff --git a/docs/examples/index.md b/docs/examples/index.md index f18365c80..c3ba98570 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -1,5 +1,5 @@ --- -layout: page +layout: simple title: Examples --- |
