Я использую Wintersmith и мне нужно получить доступ к location.hash
в качестве переменной.
Это то, что я пытался, но выдает ошибку Cannot read property 'location' of undefined
:
- var hash = window.location.hash
- var articles = env.helpers.getArticles(contents, hash)
img(data-item = i, src="img/events/"+hash+'/' +a)