forked from Fediversity/fediversity.eu
style
This commit is contained in:
parent
610df79f24
commit
87b97a6747
|
@ -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;
|
||||
|
|
Reference in a new issue