Merge pull request #8 from kazu634/add-email-links

メールアドレスへのリンクを追加
This commit is contained in:
Kazuhiro MUSASHI 2023-02-19 12:12:35 +09:00 committed by GitHub
commit 790867ff0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 2 deletions

View File

@ -21,4 +21,5 @@ dateFormat = "2006-01-02"
{ twitter = "https://twitter.com/everun1989" },
{ facebook = "https://www.facebook.com/groups/everun/" },
{ instagram = "https://instagram.com/everun1982" },
{ email = "mailto:info@everun.club" },
]

View File

@ -21,4 +21,5 @@ dateFormat = "2006-01-02"
{ twitter = "https://twitter.com/everun1989" },
{ facebook = "https://www.facebook.com/groups/everun/" },
{ instagram = "https://instagram.com/everun1982" },
{ email = "mailto:info@everun.club" },
]

View File

@ -10,6 +10,7 @@
{ "github": "https://github.com/kazu634" },
{ "strava": "https://www.strava.com/athletes/89291248" },
{ "flickr": "https://www.flickr.com/photos/42332031@N02/" },
{ "foursquare": "https://foursquare.com/musashikazuhiro" }
{ "foursquare": "https://foursquare.com/musashikazuhiro" },
{ "email": "mailto:musashi@everun.club" }
]
}

View File

@ -5,6 +5,7 @@
"social": [
{ "twitter": "https://twitter.com/everun1989" },
{ "facebook": "https://facebook.com/groups/everun" },
{ "instagram": "https://www.instagram.com/everun1982/" }
{ "instagram": "https://www.instagram.com/everun1982/" },
{ "email": "mailto:info@everun.club" }
]
}