We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4faa0 commit d5ff410Copy full SHA for d5ff410
1 file changed
src/views/general.nim
@@ -84,6 +84,7 @@ proc renderHead*(prefs: Prefs; cfg: Config; req: Request; titleText=""; desc="";
84
text cfg.title
85
86
meta(name="viewport", content="width=device-width, initial-scale=1.0")
87
+ meta(name="referrer", content="same-origin")
88
meta(name="theme-color", content="#1F1F1F")
89
meta(property="og:type", content=ogType)
90
meta(property="og:title", content=(if ogTitle.len > 0: ogTitle else: titleText))
0 commit comments