diff --git a/_layouts/blank.html b/_layouts/blank.html new file mode 100644 index 0000000..8ab2fe0 --- /dev/null +++ b/_layouts/blank.html @@ -0,0 +1,38 @@ + + + + + + + + +{% seo %} + + + + +
+
+

{{ site.title | default: site.github.repository_name }}

+

{{ site.description | default: site.github.project_tagline }}

+
+
+ +
+
+ {{ content }} +
+
+ + {% if site.google_analytics %} + + {% endif %} + + diff --git a/_layouts/post.html b/_layouts/post.html index 0676aff..36dc0cc 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,5 +1,5 @@ --- -layout: default +layout: blank --- {{ page.date | date: "%-d %B %Y" }}