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