mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-05-08 01:38:43 +00:00
d81f836b06
A dynamically expanding/collapsing topbar is difficult to maintain and not very useful.
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
import { displaySearch } from '../components/search-display';
|
|
|
|
export function initTopbar() {
|
|
displaySearch();
|
|
}
|