+2
-3
config.ts
+2
-3
config.ts
···
24
24
static readonly MAX_POSTS: number = 20;
25
25
26
26
/**
27
-
* Footer text for the dashboard
28
-
* @default "Astrally projected from witchcraft.systems"
27
+
* Footer text for the dashboard, you probably want to change this
29
28
*/
30
29
static readonly FOOTER_TEXT: string =
31
-
"Astrally projected from <a href='https://witchcraft.systems' target='_blank'>witchcraft.systems</a>";
30
+
"Astrally projected from <a href='https://witchcraft.systems' target='_blank'>witchcraft.systems</a><br><br><a href='https://git.witchcraft.systems/scientific-witchery/pds-dash' target='_blank'>Source</a> (<a href='https://github.com/witchcraft-systems/pds-dash/' target='_blank'>github mirror</a>)";
32
31
33
32
/**
34
33
* Whether to show the posts that are in the future