Skip to content

Commit

Permalink
Merge pull request #9 from littlebirdjp/doc-v2
Browse files Browse the repository at this point in the history
Fix a twitter image url
  • Loading branch information
youthkee authored Apr 8, 2018
2 parents 72a815f + 56b0546 commit d438e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_work/src/ja/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ block var_block
- var og_url = 'http://littlebirdjp.github.io/tsumugi/ja/';//-og url
- var og_image = 'http://littlebirdjp.github.io/tsumugi/ja/img/ogimage.jpg';//-og image
- var tw_url = og_url;
- var tw_image = og_image;
- var tw_description = description;
- var rootPath = '../'//-root path
- var lang = 'ja'
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta name="twitter:url" content="http://littlebirdjp.github.io/tsumugi/ja/">
<meta name="twitter:title" content="tsumugi">
<meta name="twitter:description" content="シンプルで読みやすいブログテーマ「tsumugi」で、いますぐホームページを作成しよう。専門知識やサーバー不要で、初心者でも簡単にWordPressでホームページが作成できます。">
<meta name="twitter:image" content="http://littlebirdjp.github.io/tsumugi/img/ogimage.jpg">
<meta name="twitter:image" content="http://littlebirdjp.github.io/tsumugi/ja/img/ogimage.jpg">
<meta name="twitter:domain" content="littlebirdjp.github.io">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="icon" type="image/png" href="../favicon-32x32.png" sizes="32x32">
Expand Down

0 comments on commit d438e23

Please sign in to comment.