diff --git a/source/blog/_includes/sidebar.html b/source/blog/_includes/sidebar.html new file mode 100644 index 0000000..43fc181 --- /dev/null +++ b/source/blog/_includes/sidebar.html @@ -0,0 +1,39 @@ +
+ + \ No newline at end of file diff --git a/source/blog/_layouts/post-archive.html b/source/blog/_layouts/post-archive.html index 954046a..a34da5e 100644 --- a/source/blog/_layouts/post-archive.html +++ b/source/blog/_layouts/post-archive.html @@ -17,6 +17,8 @@ {{ content }} + {% include sidebar.html %} + {% include _foot.html %} diff --git a/source/blog/_layouts/post-list.html b/source/blog/_layouts/post-list.html index 4050e4d..a321f64 100644 --- a/source/blog/_layouts/post-list.html +++ b/source/blog/_layouts/post-list.html @@ -17,6 +17,8 @@ {{ content }} + {% include sidebar.html %} +{{ page.date | date: "%d%b" }}
-