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

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pitman <mark.pitman@gmail.com>2017-11-25 12:49:01 +0300
committerMark Pitman <mark.pitman@gmail.com>2017-11-25 12:49:01 +0300
commit9be36576d290885477f926753114d2f588cad62c (patch)
tree5b27904451a38b1feed7a6302398843a0c46af2c /layouts
parentbaeb0efb311dd8e8909dfdaf80c8ee918132e4c1 (diff)
Ability to add Hacker News profile
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/link.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/link.html b/layouts/partials/link.html
index f8ec065..c8b685c 100644
--- a/layouts/partials/link.html
+++ b/layouts/partials/link.html
@@ -39,6 +39,11 @@
<i class="fa fa-reddit-alien"></i>
</a>
{{ end }}
+ {{ with .Site.Params.hackernews }}
+ <a href="https://news.ycombinator.com/user?id={{ . }}" target="_blank">
+ <i class="fa fa-hacker-news"></i>
+ </a>
+ {{ end }}
{{ with .Site.Params.stackoverflow }}
<a href="https://stackoverflow.com/users/{{ . }}" target="_blank">
<i class="fa fa-stack-overflow"></i>