Skip to content

Commit b56cd2d

Browse files
ymotongpoochalin
authored andcommitted
fix front matter and default_lang_commit of _index.md
1 parent 1d58989 commit b56cd2d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

content/ja/blog/2025/_index.md

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

0 commit comments

Comments
 (0)