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

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmir Ribić <ribice@gmail.com>2020-03-10 12:42:33 +0300
committerGitHub <noreply@github.com>2020-03-10 12:42:33 +0300
commit99e5f2b08fc846868f3162a0a9d78a71d83cb961 (patch)
treeab6916b3fd5884f39acf30c66549c8986981c646
parent846efa80dd289bfa5e88ff83d6fbee166633958d (diff)
parent07b9058fce9dc44de556858537315958f5bc57b5 (diff)
Merge pull request #93 from olehermanse/master
Added YouTube social feather icon
-rw-r--r--data/theme.toml1
-rw-r--r--layouts/partials/svg/icons.html3
2 files changed, 4 insertions, 0 deletions
diff --git a/data/theme.toml b/data/theme.toml
index 0da8358..5dfa14d 100644
--- a/data/theme.toml
+++ b/data/theme.toml
@@ -6,6 +6,7 @@ github = 'https://github.com/'
instagram = 'https://instagram.com/'
linkedin = 'https://linkedin.com/in/'
twitter = 'https://twitter.com/'
+youtube = 'https://youtube.com/user/'
gitlab = 'https://gitlab.com/'
rss = '/'
about = '/' \ No newline at end of file
diff --git a/layouts/partials/svg/icons.html b/layouts/partials/svg/icons.html
index 92b3284..32e83af 100644
--- a/layouts/partials/svg/icons.html
+++ b/layouts/partials/svg/icons.html
@@ -27,6 +27,9 @@
<polyline points="22,6 12,13 2,6"/>
{{ else if eq "facebook" . }}
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/>
+ {{ else if eq "youtube" . }}
+ <path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"/>
+ <polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"/>
{{ else if eq "github" . }}
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/>
{{ else if eq "instagram" . }}