Minor change
This commit is contained in:
parent
f4bf12e1fb
commit
ac96a87a02
@ -1,8 +1,6 @@
|
||||
component Layout(ctx aero.Context, user *arn.User, openGraph *arn.OpenGraph, meta, tags []string, content string)
|
||||
html(lang="en")
|
||||
head
|
||||
link(rel="stylesheet", href="/styles", importance="high")
|
||||
|
||||
if openGraph != nil
|
||||
title= openGraph.Tags["og:title"]
|
||||
else
|
||||
@ -43,6 +41,9 @@ component Layout(ctx aero.Context, user *arn.User, openGraph *arn.OpenGraph, met
|
||||
link(rel="icon", type="image/png", sizes="512x512", href="//media.notify.moe/images/brand/512.png")
|
||||
link(rel="apple-touch-icon", sizes="180x180", type="image/png", href="//media.notify.moe/images/brand/180.png")
|
||||
|
||||
//- Styles
|
||||
link(rel="stylesheet", href="/styles", importance="high")
|
||||
|
||||
//- Color of the embed sidebar in Discord,
|
||||
//- also the color of tabs on mobile browsers.
|
||||
meta(name="theme-color", content=assets.Manifest.ThemeColor)
|
||||
|
Loading…
Reference in New Issue
Block a user