From 4d4c5a691f0f99440ab4d9d88c5855611b3ff17e Mon Sep 17 00:00:00 2001 From: Frank Lam Date: Sun, 25 Mar 2018 02:53:04 -0700 Subject: [PATCH] Add 500px and GitLab --- layouts/partials/footer.html | 12 ++++++++++++ static/img/500px.svg | 2 ++ static/img/gitlab.svg | 2 ++ 3 files changed, 16 insertions(+) create mode 100644 static/img/500px.svg create mode 100644 static/img/gitlab.svg diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 00a0daa..eddad37 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -25,6 +25,18 @@
+ {{ if .Site.Params._500px }} + + 500px + + {{ end }} + + {{ if .Site.Params.gitlab }} + + gitlab + + {{ end }} + {{ if .Site.Params.facebook }} facebook diff --git a/static/img/500px.svg b/static/img/500px.svg new file mode 100644 index 0000000..9d0fc4a --- /dev/null +++ b/static/img/500px.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/img/gitlab.svg b/static/img/gitlab.svg new file mode 100644 index 0000000..b61b09c --- /dev/null +++ b/static/img/gitlab.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file