mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
Update ink and plot
This commit is contained in:
parent
78f2865c49
commit
4ead526184
2 changed files with 5 additions and 5 deletions
|
|
@ -6,8 +6,8 @@
|
||||||
"repositoryURL": "https://github.com/johnsundell/ink.git",
|
"repositoryURL": "https://github.com/johnsundell/ink.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "c88bbce588a1ebfde2cf4d61eb9865a3edaa27d4",
|
"revision": "77c3d8953374a9cf5418ef0bd7108524999de85a",
|
||||||
"version": "0.2.0"
|
"version": "0.5.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
"repositoryURL": "https://github.com/johnsundell/plot.git",
|
"repositoryURL": "https://github.com/johnsundell/plot.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "dd7fce79ce4802afdc7d45ce34bddc5cea566202",
|
"revision": "c27f6857deeb4c4623db294172a8ec572790a9be",
|
||||||
"version": "0.2.0"
|
"version": "0.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ import Plot
|
||||||
enum Template {
|
enum Template {
|
||||||
static func site(body: Node<HTML.BodyContext>, context: TemplateContext) -> HTML {
|
static func site(body: Node<HTML.BodyContext>, context: TemplateContext) -> HTML {
|
||||||
HTML(
|
HTML(
|
||||||
.lang("en"),
|
.lang(.english),
|
||||||
.comment("meow"),
|
.comment("meow"),
|
||||||
.head(
|
.head(
|
||||||
.encoding(.utf8),
|
.encoding(.utf8),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue