Skip to content

Commit

Permalink
set default mobile skin to minerva
Browse files Browse the repository at this point in the history
It's not the best for editing the wiki,
but logged in users will get a different skin anyway.
  • Loading branch information
Mic92 committed Dec 21, 2024
1 parent 08ceb73 commit 6a04923
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nixos-wiki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a04923

Please sign in to comment.