mirror of https://github.com/onweru/compose.git

weru
06.31.2020 a5e95a82037fef350b0178b689ccd7972ee7208e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// global variables;
const doc = document.documentElement;
const toggleId = 'toggle';
const showId = 'show';
const menu = 'menu';
 
// defined in config.toml
const parentURL = '{{ absURL "" }}';
 
// defined in i18n / translation files
const quickLinks = '{{ T "quick_links" }}';
const searchResultsLabel = '{{ T "search_results_label" }}';
const typeToSearch = '{{ T "type_to_search" }}';
const noMatchesFound = '{{ T "no_matches" }}';