diff --git a/_layouts/content.html b/_layouts/content.html new file mode 100644 index 0000000..4f0db4c --- /dev/null +++ b/_layouts/content.html @@ -0,0 +1,3 @@ +{% include header.html %} +{{ content }} +{% include footer.html %} diff --git a/_layouts/post.html b/_layouts/post.html index 77a5d44..ba44794 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,5 +1,5 @@ {% include header.html %} - + {{ page.date|date:"%b %d"|upcase }}{{ page.date|date:"%Y" }} @@ -10,19 +10,22 @@ {% endif %} - + - {{ page.title }} + + {{ page.title }} + {{ page.date|date:'%A, %B %d, %Y' }} + - + {{ content }} - + Tweet - +