22 lines
472 B
JavaScript
22 lines
472 B
JavaScript
|
/*!
|
||
|
Aggregation of common JS.
|
||
|
Chirpy@2.3
|
||
|
https://github.com/cotes2020/jekyll-theme-chirpy
|
||
|
© 2020 Cotes Chung
|
||
|
MIT License
|
||
|
*/
|
||
|
|
||
|
{% include_relative _commons/back-to-top.js %}
|
||
|
|
||
|
{% include_relative _commons/search-display.js %}
|
||
|
|
||
|
{% include_relative _commons/sidebar.js %}
|
||
|
|
||
|
{% include_relative _commons/topbar-switch.js %}
|
||
|
|
||
|
{% include_relative _commons/topbar-title.js %}
|
||
|
|
||
|
{% include_relative _commons/copy-link.js %}
|
||
|
|
||
|
{% include_relative _utils/tooltip-loader.js %}
|