1
0
Fork 0
This commit is contained in:
Valentin Gagarin 2024-11-11 15:49:53 +01:00
parent 2744e31fdb
commit 9f76e06c02

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;