File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 88 < link rel ='stylesheet ' href ='/static/css/style.css '>
99 {{block "extraHead" .}} {{end}}
1010 < title > {{template "title" .}}</ title >
11+ < link rel ="alternate " type ="application/atom+xml " title ="{{template "title " .}} (Atom Syndication)" href="{{.Blogo.Url}}/atom ">
12+ < link rel ="alternate " type ="application/json " title ="{{template "title " .}} (JSON Feed)" href="{{.Blogo.Url}}/json ">
13+ < link rel ="alternate " type ="application/rss+xml " title ="{{template "title " .}} (RSS Feed)" href="{{.Blogo.Url}}/rss ">
1114 </ head >
1215 < body class ="flex flex-col items-center justify-center min-h-screen py-4 font-mono text-gray-900 bg-amber-50 dark:bg-zinc-900 dark:text-gray-300 ">
1316 < main class ="py-8 font-mono ">
5457 </ body >
5558 {{block "extraOutterBody" .}} {{end}}
5659</ html >
57- {{end}}
60+ {{end}}
You can’t perform that action at this time.
0 commit comments