mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 20:51:56 +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
|
# cache pages with db
|
||||||
$wgMainCacheType = CACHE_DB;
|
$wgMainCacheType = CACHE_DB;
|
||||||
|
|
||||||
|
wfLoadSkin( 'MinervaNeue' );
|
||||||
|
$wgDefaultMobileSkin = 'minerva';
|
||||||
|
|
||||||
#$wgFavicon = "/favicon.ico";
|
#$wgFavicon = "/favicon.ico";
|
||||||
$wgDefaultSkin = 'vector-2022';
|
$wgDefaultSkin = 'vector-2022';
|
||||||
# configure logos for vector-2022: https://www.mediawiki.org/wiki/Manual:$wgLogos
|
# configure logos for vector-2022: https://www.mediawiki.org/wiki/Manual:$wgLogos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user