Skip to content

Commit a4f04f0

Browse files
authoredFeb 18, 2018
Twitter Fix
1 parent 8b8243f commit a4f04f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎layouts/_default/list.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div id="hero" class="wrap">
77
<h1>Voice of {{.Site.Params.author }} Developers</h1>
8-
<p>Our vision, news and ideas, and whatever feels important.<br> <a href="{{.Params.twitter}}">Follow us on Twitter</a></p>
8+
<p>Our vision, news and ideas, and whatever feels important.<br> <a href="https://twitter.com/{{.Site.Params.twitter}}">Follow us on Twitter</a></p>
99
</div>
1010
<ul id="posts">
1111

@@ -16,4 +16,4 @@ <h1>Voice of {{.Site.Params.author }} Developers</h1>
1616
{{ end }}
1717
{{ define "footer" }}
1818
{{ partial "footer" . }}
19-
{{ end }}
19+
{{ end }}

0 commit comments

Comments
 (0)
Please sign in to comment.