diff --git a/_config.yml b/_config.yml index fcab487..872de8b 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,9 @@ title: Chirpy # the main title tagline: A text-focused Jekyll theme. # it will display as the sub-title description: >- # used by seo meta and the atom feed - A minimal, portfolio, sidebar, bootstrap Jekyll theme with responsive web design and focuses on text presentation. + A minimal, portfolio, sidebar, + bootstrap Jekyll theme with responsive web design + and focuses on text presentation. # Replace with your domain, e.g. 'https://username.github.io' url: 'protocol://domain' @@ -171,7 +173,9 @@ sass: compress_html: clippings: all comments: [""] - endings: [html, head, body, dt, dd, rt, rp, optgroup, option, colgroup, caption, thead, tbody, tfoot, tr, td, th] + endings: [html, head, body, dt, dd, rt, rp, + optgroup, option, colgroup, caption, + thead, tbody, tfoot, tr, td, th] profile: false blanklines: false ignore: diff --git a/_layouts/home.html b/_layouts/home.html index b25951c..261a69b 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -24,7 +24,7 @@ layout: page
- + {{ post.date | date: POST_DATE }} {{ post.date | date_to_xmlschema }} diff --git a/_layouts/post.html b/_layouts/post.html index 6ec15cf..df55589 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,7 +16,8 @@ layout: default