Skip to content

Commit ed1f1d3

Browse files
ymotongpoochalin
authored andcommitted
update content/ja/blog/_index.md
1 parent d182b99 commit ed1f1d3

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

content/ja/blog/2025/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: 2025
33
weight: -2025
44
default_lang_commit: 94d77ab8cbfe5552a7cd68bf677be86c574a613a
5-
---
5+
---

content/ja/blog/_index.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,18 @@
22
title: ブログ
33
menu: { main: { weight: 50 } }
44
outputs: [HTML, RSS]
5-
default_lang_commit: c0a5eea5d720b0e075efa87f99dcf58c89106268
5+
htmltest:
6+
description: OpenTelemetry ブログ
7+
default_lang_commit: 94d77ab8cbfe5552a7cd68bf677be86c574a613a
68
---
9+
10+
<script>
11+
document.addEventListener("DOMContentLoaded", function () {
12+
if (window.location.pathname.includes('/page/')) return;
13+
14+
var checkbox = document.getElementById("m-blog2025-check");
15+
if (checkbox) checkbox.checked = true;
16+
checkbox = document.getElementById("m-blog2024-check");
17+
if (checkbox) checkbox.checked = true;
18+
});
19+
</script>

0 commit comments

Comments
 (0)