Skip to content

Commit

Permalink
azazel: Make selfoss open links in background tab
Browse files Browse the repository at this point in the history
Newly introduced in fossar/selfoss#1354.
  • Loading branch information
jtojnar committed Sep 10, 2022
1 parent 1b0e742 commit 7727401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/azazel/ogion.cz/reader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ let
base_url = "https://reader.ogion.cz/";
items_lifetime = "9999";
# selfoss_scroll_to_article_header = "0";
open_in_background_tab = "1";
};

settingsEnv = lib.mapAttrs' (name: value: lib.nameValuePair "selfoss_${name}" value) settings;
Expand Down

0 comments on commit 7727401

Please # to comment.