Update ink and plot

This commit is contained in:
Sami Samhuri 2022-01-03 22:58:06 -08:00
parent 78f2865c49
commit 4ead526184
No known key found for this signature in database
GPG key ID: 4B4195422742FC16
2 changed files with 5 additions and 5 deletions

View file

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/johnsundell/ink.git",
"state": {
"branch": null,
"revision": "c88bbce588a1ebfde2cf4d61eb9865a3edaa27d4",
"version": "0.2.0"
"revision": "77c3d8953374a9cf5418ef0bd7108524999de85a",
"version": "0.5.1"
}
},
{
@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/johnsundell/plot.git",
"state": {
"branch": null,
"revision": "dd7fce79ce4802afdc7d45ce34bddc5cea566202",
"version": "0.2.0"
"revision": "c27f6857deeb4c4623db294172a8ec572790a9be",
"version": "0.10.0"
}
}
]

View file

@ -11,7 +11,7 @@ import Plot
enum Template {
static func site(body: Node<HTML.BodyContext>, context: TemplateContext) -> HTML {
HTML(
.lang("en"),
.lang(.english),
.comment("meow"),
.head(
.encoding(.utf8),