aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/simple.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/simple.html')
-rw-r--r--docs/_layouts/simple.html9
1 files changed, 9 insertions, 0 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>