Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets/js
AgeCommit message (Collapse)Author
2020-12-04Replacing Moment.js with native JavaScript (#266)MyGiHu
* fix-262 * Replacing Moment.js with native JavaScript
2020-08-02Linkify headings, use scroll-behaviorVictoria Drake
- Uses the scroll-behavior property to achieve smooth scrolling with less JS - Solves anchor link bugs - Linkifies headings in posts so they can be easily hyperlinked to directly
2020-08-02fix: if heading contains non English characters, cannot scroll properly (#228)hitzhangjie
2019-09-01Add `timeRefresh` for periodic localtime update and allow for multilingual ↵Jacques Supcik
time format (#177)
2019-01-13Added parameter for timeformat (#124)Maximilian Bosche
2018-11-13Fix smooth scrolling for footnotes (#103)Etienne Membrives
Footnotes are using a fragment format with a colon inside ("#fn:1" for example). However, ":" is a special character for jQuery (http://api.jquery.com/category/selectors/), thus the target anchor is never found and the scrolling does not happen. This change selects the right target element using vanilla Javascript to bypass special characters that could be in the fragment part.
2018-07-29Use doublequotes when possibleHanzei
2018-07-20Refactor config.tomlHanzei
2018-07-19Bundle nav script in index.jsHanzei
2018-07-19Add owlCarousel to homepage modalHanzei
2018-07-19Fix modal closingHanzei
2018-07-18Fix timezoneHanzei
2018-07-13Fix js includeHanzei
2018-07-13Bundle assetsHanzei
Update dependencies