feed alt
alex wennerberg alex@alexwennerberg.com
Sun, 07 Feb 2021 00:49:26 -0800
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
templates/user_page.html
→
templates/user_page.html
@@ -3,6 +3,11 @@ <html lang="en">
<head> <meta charset="utf-8" /> <title>{{.PageTitle }}</title> + {{ if eq .URI.Path "/gemlog" }} + <link rel="alternate" type="application/atom+xml" + title="Atom Feed" + href="./atom.xml" /> + {{ end }} <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="//{{.Config.Host}}/style.css" /> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>{{.Favicon}}</text></svg>">