aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/nosidebar.html5
-rw-r--r--_layouts/page.html3
2 files changed, 6 insertions, 2 deletions
diff --git a/_layouts/nosidebar.html b/_layouts/nosidebar.html
new file mode 100644
index 0000000..2e88f63
--- /dev/null
+++ b/_layouts/nosidebar.html
@@ -0,0 +1,5 @@
+---
+layout: plain
+---
+{% include jekyll-theme/page/title.html %}
+{{ content }}
diff --git a/_layouts/page.html b/_layouts/page.html
index 48cffb2..6455acc 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,6 +1,5 @@
---
layout: default
---
-<h1>{{ page.title }}{% if page.subtitle %} <small>{{ page.subtitle }}</small>{% endif %}</h1>
-<hr/>
+{% include jekyll-theme/page/title.html %}
{{ content }}