This commit is contained in:
parent
c039d82aed
commit
30e06c75a5
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export function Footer(ctx: Context): AnyNode {
|
||||||
SERVER_STARTED_AT.toLocaleDateString(),
|
SERVER_STARTED_AT.toLocaleDateString(),
|
||||||
]),
|
]),
|
||||||
E("div", [], [
|
E("div", [], [
|
||||||
RepoLink(ctx.tr.Source_code, "/pleshevskiy/recipes"),
|
RepoLink(ctx.tr.Source_code, "/pleshevskiy/pleshevski.ru"),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
ChangeLang(ctx),
|
ChangeLang(ctx),
|
||||||
|
|
Loading…
Reference in a new issue