Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ragona <fedragon@users.noreply.github.com>2019-12-02 23:57:29 +0300
committerRajesh Shenoy <shenoybr@users.noreply.github.com>2019-12-02 23:57:29 +0300
commitb509f037a5e234297374a964d458310e51dae850 (patch)
tree70ea11c7dd71bd67329e2d39176e7d1e883f82e1
parent18799ae79663ed789b0ff7e5761901b5e68e6492 (diff)
Fix Goodreads link (#74)
-rw-r--r--layouts/partials/social.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index b1af75f..b06809b 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -9,7 +9,7 @@
<a href="https://scholar.google.com/citations?user={{.}}" aria-label="Google Scholar" target="_blank"><i class="fas fa-graduation-cap" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.goodreads }}
- <a href="https://www.goodreads.com/user/show/{{.}}" aria-label="Goodreads" target="_blank"><i class="fab fa-goodreads" aria-hidden="true"></i></a>
+ <a href="https://www.goodreads.com/{{.}}" aria-label="Goodreads" target="_blank"><i class="fab fa-goodreads" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.lastfm }}
<a href="https://www.last.fm/user/{{.}}/" aria-label="Last.fm" target="_blank"><i class="fab fa-lastfm" aria-hidden="true"></i></a>