diff --git a/README.ko.md b/README.ko.md index 498df7a..cae9354 100644 --- a/README.ko.md +++ b/README.ko.md @@ -330,6 +330,7 @@ commento = false [socialOptions] # if set, social icons will show up. email = "mailto:your@email.com" + phone = "" facebook = "http://example.org/" twitter = "http://example.org/" github = "https://github.com/zzossig/hugo-theme-zzo" diff --git a/README.md b/README.md index 8aa771e..2990a59 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ commento = false [socialOptions] # if set, social icons will show up. email = "mailto:your@email.com" + phone = "" facebook = "http://example.org/" twitter = "http://example.org/" github = "https://github.com/zzossig/hugo-theme-zzo" diff --git a/archetypes/author.md b/archetypes/author.md index 52ed374..9e73c3d 100644 --- a/archetypes/author.md +++ b/archetypes/author.md @@ -14,6 +14,7 @@ authorImage: "/images/whoami/avatar.jpg" authorDesc: socialOptions: email: "" + phone: "" facebook: "" twitter: "" github: "" diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 2e90ef3..1669464 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -108,6 +108,7 @@ commento = false [socialOptions] email = "mailto:your@email.com" + phone = "" facebook = "http://example.org/" twitter = "http://example.org/" github = "https://github.com/zzossig/hugo-theme-zzo" diff --git a/layouts/partials/svgs/social/phone.svg b/layouts/partials/svgs/social/phone.svg new file mode 100644 index 0000000..12b0b7b --- /dev/null +++ b/layouts/partials/svgs/social/phone.svg @@ -0,0 +1 @@ + \ No newline at end of file