Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ec1b52

Browse files
azuclaude
andcommitted
feat: Pocketサービス関連のコードを削除
- ソーシャルブックマークボタンからPocketボタンを削除- post.htmlとreport.htmlからPocket JavaScriptの読み込みを削除- CSSからPocketボタン用のスタイルを削除Pocketサービスが終了したため、関連するすべてのコードを削除しました。🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
1 parent559686e commit6ec1b52

File tree

6 files changed

+1
-14
lines changed

6 files changed

+1
-14
lines changed

‎_includes/social-boorkmark.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@
1313
</a>
1414
</li>
1515
{% endif %}
16-
<!-- Pocket -->
17-
<li>
18-
<ahref="https://getpocket.com/save"class="pocket-btn"data-lang="ja"data-save-url="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"
19-
data-pocket-count="horizontal"data-pocket-align="left">Pocket</a>
20-
</li>
2116
</ul>

‎_layouts/post.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ <h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
7878
};
7979
a("https://b.st-hatena.com/js/bookmark_button_wo_al.js");
8080
a("https://platform.twitter.com/widgets.js");
81-
a("https://widgets.getpocket.com/v1/j/btn.js?v=1");
8281
})(window,document);
8382
</script>
8483
<divclass="social-buttons post-content">

‎_layouts/report.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@ <h2 class="post-content-toc-title">レポートサマリ</h2>
7575
};
7676
a("//b.st-hatena.com/js/bookmark_button_wo_al.js");
7777
a("//platform.twitter.com/widgets.js");
78-
a("//widgets.getpocket.com/v1/j/btn.js?v=1");
7978
})(window,document);
8079
</script>

‎public/css/component/_social_buttons.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ $zenback-color: #7EC528;
1414
vertical-align:top;
1515
overflow:visible;
1616
}
17-
.pocket-btniframe {
18-
height:20px!important;
19-
}
2017
}
2118

2219
// https://twitter.com/azu_re/status/608780099228295169

‎public/css/index.css

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎public/css/index.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp