diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index cdf7a27..220c8d8 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -42,22 +42,23 @@ {% include masthead.html %}
{{ content }} - -
- -
-
{% include search-form.html %}
+ + +
+ +
+ diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html new file mode 100644 index 0000000..65636da --- /dev/null +++ b/docs/_layouts/page.html @@ -0,0 +1,22 @@ +--- +layout: default +--- + +{% include page-intro.html %} + +
+
+
+
+ {{ content }} +
+
+ +
+
+
+
diff --git a/docs/_layouts/post.html b/docs/_layouts/post.html new file mode 100644 index 0000000..e1fa2be --- /dev/null +++ b/docs/_layouts/post.html @@ -0,0 +1,25 @@ +--- +layout: default +--- + +{% include page-intro.html %} + +
+
+
+
+ {{ content }} +
+
+ +
+ {% if site.disqus.shortname %} + {% include disqus_comments.html %} + {% endif %} +
+
+