diff --git a/assets/icons/google-scholar.svg b/assets/icons/google-scholar.svg new file mode 100644 index 00000000..1862f540 --- /dev/null +++ b/assets/icons/google-scholar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 265387d2..a64ac502 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -59,4 +59,5 @@ title = "Congo" # { whatsapp = "https://wa.me/phone-number" }, # { x-twitter = "https://twitter.com/username" }, # { youtube = "https://youtube.com/username" }, + # { google-scholar = "https://scholar.google.com/citations?user=user-id"} # ] diff --git a/exampleSite/config/_default/languages.de.toml b/exampleSite/config/_default/languages.de.toml index dbe4dee8..76c9f9d0 100644 --- a/exampleSite/config/_default/languages.de.toml +++ b/exampleSite/config/_default/languages.de.toml @@ -22,4 +22,5 @@ copyright = "© 2023 Congo contributors" { facebook = "https://facebook.com/" }, { linkedin = "https://linkedin.com/" }, { youtube = "https://youtube.com/" }, + { google-scholar = "https://scholar.google.com/"}, ] \ No newline at end of file diff --git a/exampleSite/config/_default/languages.en.toml b/exampleSite/config/_default/languages.en.toml index b7bf147c..9ced0161 100644 --- a/exampleSite/config/_default/languages.en.toml +++ b/exampleSite/config/_default/languages.en.toml @@ -22,4 +22,5 @@ copyright = "© 2023 Congo contributors" { facebook = "https://facebook.com/" }, { linkedin = "https://linkedin.com/" }, { youtube = "https://youtube.com/" }, + { google-scholar = "https://scholar.google.com/"}, ] \ No newline at end of file diff --git a/exampleSite/config/_default/languages.es.toml b/exampleSite/config/_default/languages.es.toml index 7fda1f50..8ea04443 100644 --- a/exampleSite/config/_default/languages.es.toml +++ b/exampleSite/config/_default/languages.es.toml @@ -22,4 +22,5 @@ copyright = "© 2023 Congo contributors" { facebook = "https://facebook.com/" }, { linkedin = "https://linkedin.com/" }, { youtube = "https://youtube.com/" }, + { google-scholar = "https://scholar.google.com/"}, ] \ No newline at end of file diff --git a/exampleSite/config/_default/languages.ja.toml b/exampleSite/config/_default/languages.ja.toml index 87a48811..89b0ee25 100644 --- a/exampleSite/config/_default/languages.ja.toml +++ b/exampleSite/config/_default/languages.ja.toml @@ -22,4 +22,5 @@ copyright = "© 2023 Congo contributors" { facebook = "https://facebook.com/" }, { linkedin = "https://linkedin.com/" }, { youtube = "https://youtube.com/" }, + { google-scholar = "https://scholar.google.com/"}, ]