forked from Fediversity/Fediversity
style
This commit is contained in:
parent
457f0adee7
commit
4f37c5b7b2
|
@ -23,6 +23,9 @@ in
|
||||||
outputs.html = (cfg.templates.html.page config).override (final: prev: {
|
outputs.html = (cfg.templates.html.page config).override (final: prev: {
|
||||||
html = {
|
html = {
|
||||||
head.title.text = "Fediversity";
|
head.title.text = "Fediversity";
|
||||||
|
head.link.stylesheets = prev.html.head.link.stylesheets ++ [
|
||||||
|
{ href = "${link cfg.assets."index.css"}"; }
|
||||||
|
];
|
||||||
body.content =
|
body.content =
|
||||||
let
|
let
|
||||||
prev-content = prev.html.body.content;
|
prev-content = prev.html.body.content;
|
||||||
|
|
Loading…
Reference in a new issue