We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8243f commit a4f04f0Copy full SHA for a4f04f0
layouts/_default/list.html
@@ -5,7 +5,7 @@
5
6
<div id="hero" class="wrap">
7
<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>
+ <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>
9
</div>
10
<ul id="posts">
11
@@ -16,4 +16,4 @@ <h1>Voice of {{.Site.Params.author }} Developers</h1>
16
{{ end }}
17
{{ define "footer" }}
18
{{ partial "footer" . }}
19
-{{ end }}
+{{ end }}
0 commit comments