aboutsummaryrefslogtreecommitdiff
path: root/layouts
AgeCommit message (Collapse)Author
2018-01-30feat: support multilingual modeolOwOlo
* fix: wrong lang attribute in multilingual mode - baseof.html * fix: rss link in multilingual mode - footer.html * fix: wrong tags, categories, home link in multilingual mode - other files ... This relates to #25
2018-01-15feat: config mathjax to use $...$ for in-line math mode (#22)Chun-Hung Tseng
* Update cdn mathjax version to 2.7.2
2018-01-13fix: error when heading contains link (#20)olOwOlo
release 2.7.2
2018-01-10fix: missing last line of code in blogdown (#19)olOwOlo
release 2.7.1
2017-12-20feat: add LiveRe and busuanzi (#17)alicewish
* LiveRe: commenting system * busuanzi: count web traffic
2017-12-06feat: allow set something for a single contentolOwOlo
* Now, you can open or close toc, copyright, reward and mathjax for a single content. * Also change the default global settings: autoCollapseToc = true -> false; mathjax = true -> false
2017-12-05fix: compatible with config.toml file without the `autoCollapseToc` parameterolOwOlo
2017-12-05docs: update example siteolOwOlo
release 2.7.0
2017-12-05feat: auto expand and collapse tocolOwOlo
2017-11-14fix: separate categories (#15)Lei Zhang
* Separate categories with whitespace * Modify the _header.scss file to add a '·' character release 2.6.6
2017-11-01feat: remove excess `ul` when the title is not starting from `h1`olOwOlo
release 2.6.5
2017-10-13fix: fallback for browsers which doesn't support for `calc()`olOwOlo
See #13 release 2.6.4
2017-10-13feat: load console for mobile browsers in debug modeolOwOlo
2017-10-12feat: only init toc when there are headingsolOwOlo
release 2.6.3
2017-10-01refactor: remove useless css codeolOwOlo
release 2.6.2
2017-10-01feat: add kotlin syntax highlighting (#11)olOwOlo
2017-09-25feat: provide the facility to customize date format (#10)Sanjay T. Sharma
2017-09-17fix: compatibility in IE(9+) and Edge (#8)olOwOlo
- add classList shim for IE9 - refactor: for...of
2017-09-17fix: make sitemap.xml agnostic of trailing slash in baseURLolOwOlo
see #6
2017-09-17fix: use `absURL` to be agnostic of `baseURL` used in config.toml (#7)Sanjay T. Sharma
Make robots.txt agnostic of trailing slash in baseURL Closes #6
2017-09-16feat: config logo titleolOwOlo
2017-09-16style: add description for reward imagesolOwOlo
release 2.6.1
2017-09-15fix: remove no-break space (#5)Simon Wörner
2017-09-14fix: allow all url protocols in social and menu links (#4)Simon Wörner
Adding "| safeURL" allows the usage of "unsafe" url protocols such as irc:// or xmpp://
2017-09-13chore(release): 2.6.0olOwOlo
2017-09-12feat: config public cdnolOwOlo
deprecated bootcdn param
2017-09-11feat: config to show more post metaolOwOlo
word count and read time
2017-09-11style: change content copyright styleolOwOlo
delete link in content copyright change item-title style
2017-09-10fix: changyan was blocked in httpsolOwOlo
mixed content: change 'http' to 'https' Fixes #2
2017-09-10feat: MathJax config message optionolOwOlo
eliminate all messages in the lower left-hand corner
2017-09-06refactor: move theme version param to templateolOwOlo
delete version param in config.toml even.[version].css => even.min.css?v=[version] even.[version].js => even.min.js?v=[version] It's more convenient for users to update this theme.
2017-09-05fix: english typo (#1)olOwOlo
Closes #1
2017-08-31fix: always use relURLolOwOlo
2017-08-30refactor: copyright -> contentCopyrightolOwOlo
2017-08-28docs: config CJKLanguage, theme infoolOwOlo
2017-08-27🎉 first commitolOwOlo