From ea83859c6bacda71918e3c208bc46a975e35ea9f Mon Sep 17 00:00:00 2001 From: zzossig Date: Fri, 28 Feb 2020 09:15:50 +0900 Subject: [PATCH] Add google scholar icon #198 --- README.ko.md | 1 + README.md | 1 + archetypes/author.md | 1 + exampleSite/config/_default/params.toml | 1 + layouts/partials/svgs/social/google-scholar.svg | 1 + 5 files changed, 5 insertions(+) create mode 100644 layouts/partials/svgs/social/google-scholar.svg diff --git a/README.ko.md b/README.ko.md index e461ac1..419fcb6 100644 --- a/README.ko.md +++ b/README.ko.md @@ -388,6 +388,7 @@ commento = false xmpp = "" dev-to = "" gitea = "" + google-scholar = "" [donationOptions] enable = false # if set, the donation button will show up on the single page. diff --git a/README.md b/README.md index 933ebbb..72a5c51 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,7 @@ commento = false xmpp = "" dev-to = "" gitea = "" + google-scholar = "" [donationOptions] enable = false # if set, the donation button will show up on the single page. diff --git a/archetypes/author.md b/archetypes/author.md index a554adc..69cd3d9 100644 --- a/archetypes/author.md +++ b/archetypes/author.md @@ -43,4 +43,5 @@ socialOptions: xmpp: "" dev-to: "" gitea: "" + google-scholar: "" --- diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index dee67e9..b18076c 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -169,6 +169,7 @@ commento = false xmpp = "" dev-to = "" gitea = "" + google-scholar = "" [donationOptions] enable = false diff --git a/layouts/partials/svgs/social/google-scholar.svg b/layouts/partials/svgs/social/google-scholar.svg new file mode 100644 index 0000000..b87499e --- /dev/null +++ b/layouts/partials/svgs/social/google-scholar.svg @@ -0,0 +1 @@ + \ No newline at end of file