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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSahil Ahuja <sahilahuja@gmail.com>2017-10-24 16:36:54 +0300
committerPatrick Collins <thepatrickcollins@gmail.com>2017-10-24 16:36:54 +0300
commit54c405a15f99814200ca435c19f5af4eb216c3cb (patch)
treefd73ca369d01d9d5170b890b5b8410362bdae370
parentff3decdfc5970bacdc45b0d3e2389aeec9c7a523 (diff)
Adding social link for Quora (#67)
* Adding social link for quora * Removing quora subdomain for link sustainability
-rw-r--r--exampleSite/config.toml1
-rw-r--r--layouts/partials/social.html4
2 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index eab1da9..e977168 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -146,6 +146,7 @@ pluralizeListTitles = false
facebook = "example"
googleplus = ""
reddit = "example"
+ quora = ""
youtube = ""
vimeo = ""
whatsapp = "" # WhatsApp Number
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 3a10b86..5ec39a2 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -74,6 +74,10 @@
<li><a href="//reddit.com/user/{{.}}" target="_blank" title="Reddit" class="fa fa-reddit"></a></li>
{{ end }}
+{{ with .Site.Social.quora }}
+ <li><a href="//quora.com/profile/{{.}}" target="_blank" title="Quora" class="fa fa-quora"></a></li>
+{{ end }}
+
{{ with .Site.Social.youtube }}
<li><a href="//youtube.com/{{.}}" target="_blank" title="YouTube" class="fa fa-youtube"></a></li>
{{ end }}