fix head tags

This commit is contained in:
2023-11-06 00:20:32 +07:00
parent 591b6e56df
commit b559885ed4
6 changed files with 29 additions and 28 deletions

View File

@ -112,16 +112,16 @@ head :
head app =
Seo.summary
{ canonicalUrlOverride = Nothing
, siteName = "elm-pages"
, siteName = "nganhkhoa osx series"
, image =
{ url = Pages.Url.external "TODO"
, alt = "elm-pages logo"
{ url = Pages.Url.external ""
, alt = app.data.metadata.title
, dimensions = Nothing
, mimeType = Nothing
}
, description = "TODO"
, description = ""
, locale = Nothing
, title = "TODO title" -- metadata.title -- TODO
, title = app.data.metadata.title
}
|> Seo.website
@ -131,7 +131,7 @@ view :
-> Shared.Model
-> View (PagesMsg Msg)
view app shared =
{ title = "title"
{ title = app.data.metadata.title
, body =
(app.data.body
|> Markdown.Renderer.render TailwindMarkdownRenderer.renderer