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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-05-18 11:10:24 +0300
committerGitHub <noreply@github.com>2020-05-18 11:10:24 +0300
commit9c1244490f0f5596db9b6df933041af9c727dc5b (patch)
tree57c4af8cb68299ba371738b7946a22fb15d97d33 /assets/data
parent36f59a72ee4c186cc525b67da6813498f43a711c (diff)
i18n: update i18n string format (#371)
Diffstat (limited to 'assets/data')
-rw-r--r--assets/data/social.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/assets/data/social.yml b/assets/data/social.yml
index 007a441..7580005 100644
--- a/assets/data/social.yml
+++ b/assets/data/social.yml
@@ -89,7 +89,7 @@ youtubechannel:
# 012: Tumblr
tumblr:
weight: 12
- template: https://%s.tumblr.com/
+ template: https://%v.tumblr.com/
title: Tumblr
icon:
class: fab fa-tumblr fa-fw
@@ -225,7 +225,7 @@ spotify:
# 029: Bandcamp
bandcamp:
weight: 29
- template: https://%s.bandcamp.com/
+ template: https://%v.bandcamp.com/
title: Bandcamp
icon:
class: fab fa-bandcamp fa-fw
@@ -281,7 +281,7 @@ foursquare:
# 036: Hacker News
hackernews:
weight: 36
- template: https://news.ycombinator.com/user?id=%s
+ template: https://news.ycombinator.com/user?id=%v
title: Hacker News
icon:
class: fab fa-hacker-news fa-fw
@@ -385,7 +385,7 @@ jsfiddle:
# 049: DeviantArt
deviantart:
weight: 49
- template: https://%s.deviantart.com/
+ template: https://%v.deviantart.com/
title: DeviantArt
icon:
class: fab fa-deviantart fa-fw
@@ -409,7 +409,7 @@ dribbble:
# 052: WordPress
wordpress:
weight: 52
- template: https://%s.wordpress.com/
+ template: https://%v.wordpress.com/
title: WordPress
icon:
class: fab fa-wordpress fa-fw
@@ -425,7 +425,7 @@ vine:
# 054: Google Scholar
googlescholar:
weight: 54
- template: https://scholar.google.com/citations?%s
+ template: https://scholar.google.com/citations?%v
title: Google Scholar
icon:
simpleicons: googlescholar
@@ -472,7 +472,7 @@ gitea:
# 060: XMPP
xmpp:
weight: 60
- template: xmpp:%s
+ template: xmpp:%v
title: XMPP
icon:
simpleicons: xmpp
@@ -496,7 +496,7 @@ bilibili:
# 063: Email
email:
weight: 63
- template: mailto:%s
+ template: mailto:%v
title: Email
icon:
class: far fa-envelope fa-fw