Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed <jeblister@gmail.com>2018-02-18 19:39:07 +0300
committerGitHub <noreply@github.com>2018-02-18 19:39:07 +0300
commitbb2742cd0e605a8dd1cbd58a4df9702dcc75ee27 (patch)
tree9e3c23afb734bc086c7b7be9325aebcb638e2d0b
parent8b8243f5647a02cf5079cf4783068bad45912759 (diff)
parenta4f04f0e007df6bbeac8612005b5867d958e6d49 (diff)
Merge pull request #18 from RumbleFrog/patch-1
Twitter Fix
-rw-r--r--layouts/_default/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index f8be97f..514f3e5 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -5,7 +5,7 @@
<div id="hero" class="wrap">
<h1>Voice of {{.Site.Params.author }} Developers</h1>
- <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>
</div>
<ul id="posts">
@@ -16,4 +16,4 @@
{{ end }}
{{ define "footer" }}
{{ partial "footer" . }}
-{{ end }} \ No newline at end of file
+{{ end }}