From 3f6b3e8bec9764c5e5548179b834b7de0f8207cf Mon Sep 17 00:00:00 2001 From: twillmz Date: Sun, 4 Jun 2017 11:02:32 -0700 Subject: [PATCH] add youtube support to header (#2) * add youtube link support * add youtube support to header * icons --- layouts/partials/header.html | 5 +++++ static/images/youtube.svg | 1 + 2 files changed, 6 insertions(+) create mode 120000 static/images/youtube.svg diff --git a/layouts/partials/header.html b/layouts/partials/header.html index a082b59..7b065b8 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -50,6 +50,11 @@ LinkedIn {{ end }} + {{ if .Site.Params.youtube }} + + Youtube + + {{ end }}