mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 05:34:40 -05:00
add ismobile
This commit is contained in:
parent
cc1254d767
commit
b5e429101d
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
h: "",
|
h: "",
|
||||||
tab,
|
tab,
|
||||||
continuation,
|
continuation,
|
||||||
|
isMobile: req.useragent.isMobile,
|
||||||
results: results,
|
results: results,
|
||||||
q: query,
|
q: query,
|
||||||
summary: "",
|
summary: "",
|
||||||
|
|
Loading…
Reference in a new issue