feat: add rel-me link attr and enclosing list tags. Closes #3290
This commit is contained in:
parent
f84276ac39
commit
a42071951d
18
static/metadata.html.tmpl
vendored
18
static/metadata.html.tmpl
vendored
@ -1,7 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
||||||
<title>{{.Name}}</title>
|
<title>{{.Name}}</title>
|
||||||
@ -54,30 +54,32 @@
|
|||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
</head>
|
||||||
|
|
||||||
</head>
|
<body>
|
||||||
|
|
||||||
<body>
|
|
||||||
<h1>{{.Name}}</h1>
|
<h1>{{.Name}}</h1>
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<img src="{{.Thumbnail}}" width=10% />
|
<img src="{{.Thumbnail}}" width=10% alt="Live stream logo or thumbnail"/>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<h3>{{.Summary}}</h3>
|
<h3>{{.Summary}}</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
{{range .Tags}}
|
{{range .Tags}}
|
||||||
<li>{{.}}</li>
|
<li>{{.}}</li>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
</ul>
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<h3>Links for {{.Name}}:</h3>
|
<h3>Links for {{.Name}}:</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
{{range .SocialHandles}}
|
{{range .SocialHandles}}
|
||||||
<li><a href="{{.URL}}">{{.Platform}}</a></li>
|
<li><a href="{{.URL}}" rel="me">{{.Platform}}</a></li>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user