diff --git a/exampleSite/config.toml b/exampleSite/config.toml index dc161cb..7d8a5f8 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -28,6 +28,7 @@ github = "example" email = "you@example.com" linkedin = "john-example-aa80ue8รจ" twitter = "example" +facebook = "facebook_id" social_banner = "img/banner.png" posts_navigation = true diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 470e2db..6ba24c1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,6 +9,12 @@
+ {{ if .Site.Params.facebook }} + + facebook + + {{ end }} + {{ if .Site.Params.github }} github diff --git a/static/img/facebook.svg b/static/img/facebook.svg new file mode 100644 index 0000000..0fd3e36 --- /dev/null +++ b/static/img/facebook.svg @@ -0,0 +1,51 @@ + + + +image/svg+xml \ No newline at end of file