This commit is contained in:
Valentin Gagarin 2024-11-11 15:49:53 +01:00
parent 610df79f24
commit 87b97a6747

View file

@ -23,6 +23,9 @@ in
outputs.html = (cfg.templates.html.page config).override (final: prev: {
html = {
head.title.text = "Fediversity";
head.link.stylesheets = prev.html.head.link.stylesheets ++ [
{ href = "${link cfg.assets."index.css"}"; }
];
body.content =
let
prev-content = prev.html.body.content;