mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 12:41:34 +02:00
set default mobile skin to minerva
It's not the best for editing the wiki, but logged in users will get a different skin anyway.
This commit is contained in:
parent
08ceb730dd
commit
6a04923bd2
@ -105,6 +105,9 @@ in
|
||||
# cache pages with db
|
||||
$wgMainCacheType = CACHE_DB;
|
||||
|
||||
wfLoadSkin( 'MinervaNeue' );
|
||||
$wgDefaultMobileSkin = 'minerva';
|
||||
|
||||
#$wgFavicon = "/favicon.ico";
|
||||
$wgDefaultSkin = 'vector-2022';
|
||||
# configure logos for vector-2022: https://www.mediawiki.org/wiki/Manual:$wgLogos
|
||||
|
Loading…
x
Reference in New Issue
Block a user