aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
AgeCommit message (Collapse)Author
2020-04-20refactor(resources): use relative links (#245)Florian La Roche
2020-04-13chore(build): drop webpack and use Hugo Pipes (#130)panda-z
2019-09-08chore(head.html): remove theme version in generator metaolOwOlo
2019-09-08refactor(head.html): Page's .RSSLink is deprecatedolOwOlo
This closes #162, closes #187
2019-09-03fix(layouts/partials/head.html): fix hugo 0.55 warning (#161)Steve Xu
Closes #158
2018-11-05fix(busuanzi): update busuanzi domainsslyxhz
Closes #104 Closes #108 Closes #109
2018-07-10style(*): google js style & trim whitespaceolOwOlo
2018-07-09chore(build): yarn & webpack 4 & path & assets.jsonolOwOlo
2018-07-06refactor(param): camelcase for parameter namesolOwOlo
BREAKING CHANGE: Rename parameter names. | origin | now | | :------: |:--------:| | fancyboxJ**s** | fancyboxJ**S** | | fancyboxC**ss**| fancyboxC**SS**| | baidu_push | baidu**P**ush | | baidu_analytics | baidu**A**nalytics | | baidu_verification | baidu**V**erification | | google_verification | google**V**erification |
2018-07-06chore(release): release 3.2.0olOwOlo
2018-03-12fix(release): version paramolOwOlo
2018-02-22fix: mathjax overflow for displayed mathematics (#32)olOwOlo
release 3.0.1
2018-02-03feat: support custom css and js (#29)Dongdong Tian
2018-02-01chore(release): 3.0.0olOwOlo
Hugo min_version: 0.26 -> 0.35
2018-01-31refactor: remove deprecated `bootcdn` paramolOwOlo
2018-01-31refactor: default faviconolOwOlo
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-05docs: update example siteolOwOlo
release 2.7.0
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-09-17fix: compatibility in IE(9+) and Edge (#8)olOwOlo
- add classList shim for IE9 - refactor: for...of
2017-09-16style: add description for reward imagesolOwOlo
release 2.6.1
2017-09-13chore(release): 2.6.0olOwOlo
2017-09-12feat: config public cdnolOwOlo
deprecated bootcdn param
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-08-31fix: always use relURLolOwOlo
2017-08-27๐ŸŽ‰ first commitolOwOlo