summaryrefslogtreecommitdiff
path: root/_includes/views
AgeCommit message (Collapse)Author
2021-08-12fix: inaccurate google translation behavior (#55)jeffreytse
2021-06-29fix: liquid syntax error of footer copyrightjeffreytse
2021-06-29feat: support copyright placeholders/variables (#46)Yuchen Zhang
* feat: re-format copyright message and auto increase current year * docs: add comment for copyright setting This comment is crucial, especially for newcomers. * refactor: better liquid code format Co-authored-by: jeffreytse <jeffreytse.mail@gmail.com>
2021-06-28perf: postpone initializing site headerjeffreytse
Postpone this step to the stage that DOM loaed, but img and css not
2021-06-27fix: video banner is not working in Safari (#47)jeffreytse
Auto add muted and playsinline properties when this permission issue occurred.
2021-06-26feat: support video bannerjeffreytse
2021-06-25style: adjust the liquid syntax of some codejeffreytse
2021-06-25feat: support banner heading and subheading stylesjeffreytse
2021-06-17feat: add min_height option to bannerjeffreytse
2021-06-17fix: config of banner background not workingjeffreytse
2021-06-17fix: wrong default banner opacity and heightjeffreytse
2021-06-17feat: add img tag of banner for SEOjeffreytse
2021-06-17feat: support advanced banner configurationjeffreytse
Support to configurate the banner opacity and height.
2021-05-26feat: better post excerpt of paginationjeffreytse
Add "Read More" to the end of post excerpt, and support to click the excerpt to open the post.
2021-05-02fix: wrong relative url of post tag in pagination (#31)Mark
Co-authored-by: Mark Chen <markchenyutian@gmail.com>
2021-01-11fix: article excerpt was incorrect for cjk contentjeffreytse
2021-01-11fix: reading time was incorrect for cjk words (#20)jeffreytse
The liquid filter `number_of_words` is for english words, so here we use a calculation to estimate accurately the words, especially when the language is not English.
2020-12-09fix: footer display issue when no authorjeffreytse
2020-09-29fix: header_transparent option not workingjeffreytse
2020-09-22fix: wrong relative urlsjeffreytse
2020-08-31fix: wrong relative banner urljeffreytse
2020-07-16feat: add reading time and iconsjeffreytse
2020-07-12feat: change paginator stylejeffreytse
2020-07-12feat: change theme stylesjeffreytse
2020-07-10chore: remove random bannerjeffreytse
2020-07-10chore: default transparent header and trim textjeffreytse
2019-12-05fix: correct some html tags, css propertiesjeffreytse
2019-09-24update: perfect animation, compatibility issueJeffrey Tse
2019-09-20update: adjust header and bannerJeffrey Tse
2019-09-20update: header transparent, animation, banner, etcJeffrey Tse
2019-09-19update: adjust header brand favicon, banner, etcJeffrey Tse
2019-09-13feat: add favicon and header logoJeffrey Tse
2019-09-12chore: adjust theme configuration, etcJeffrey Tse
2019-09-11release: v1.0.0Jeffrey Tse