Fix rendered template. Closes #38
This commit is contained in:
parent
3e042866ec
commit
af2a0d4019
@ -28,7 +28,6 @@
|
||||
<meta property="twitter:url" content="{{.RequestedURL}}">
|
||||
<meta property="twitter:description" content="{{.Config.Summary}}">
|
||||
<meta property="twitter:image" content="{{.Image}}">
|
||||
<meta property="twitter:site" content="{{.Config.SocialHandles.twitter}}">
|
||||
|
||||
</head>
|
||||
|
||||
@ -51,7 +50,7 @@
|
||||
<h3>Connect with {{.Config.Name}} elsewhere by visiting:</h3>
|
||||
|
||||
{{range .Config.SocialHandles}}
|
||||
<li><a href="{{.}}">{{.}}</a></li>
|
||||
<li><a href="{{.URL}}">{{.Platform}}</a></li>
|
||||
{{end}}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user