oupala / apaxy

a simple, customisable theme for your apache directory listing
https://oupala.github.io/apaxy/
GNU General Public License v3.0
1.86k stars 256 forks source link

Added meta[viewport]-tag #19

Closed herschel666 closed 9 years ago

herschel666 commented 10 years ago

Hi.

To provide a better mobile experience, I added a meta[viewport]-tag to the <head> with the help of mighty javascript.

Best regards Emanuel

bastienwirtz commented 10 years ago

Hi,

I think you don't need javascript here, you should use the "IndexHeadInsert" apache directive in the htaccess file, like this :

IndexHeadInsert "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">"

This looks much better this way :)

AdamWhitcroft commented 9 years ago

It already uses IndexHeadInsert. Closing.

https://github.com/AdamWhitcroft/Apaxy/blob/master/apaxy/htaccess.txt#L15