diff --git a/layouts/partials/social-follow.html b/layouts/partials/social-follow.html index 0755ce2..1443887 100644 --- a/layouts/partials/social-follow.html +++ b/layouts/partials/social-follow.html @@ -72,6 +72,11 @@ {{- partial "new-window-icon.html" . -}} {{ end }} +{{ with .Param "hackernews" }} + + {{ partial "svg/hackernews.svg" (dict "size" $icon_size) }} + {{- partial "new-window-icon.html" . -}} + {{ with .Param "rss" }} {{ partial "svg/rss.svg" (dict "size" $icon_size) }} diff --git a/layouts/partials/svg/hackernews.svg b/layouts/partials/svg/hackernews.svg new file mode 100644 index 0000000..b502950 --- /dev/null +++ b/layouts/partials/svg/hackernews.svg @@ -0,0 +1,7 @@ + + + + + + +