From f302f798aa87f713e7f15c54a2d97e7659ade6ba Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 17 Feb 2020 02:51:12 +0800 Subject: [PATCH] Change the tooltips placement. Also modified code indentation. --- _config.yml | 8 ++++++-- _layouts/home.html | 2 +- _layouts/post.html | 11 ++++++++--- assets/js/_src/_commons/tooltip.js | 2 +- assets/js/dist/_commons/tooltip.min.js | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) 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