Commit ed1f1d3 1 parent d182b99 commit ed1f1d3 Copy full SHA for ed1f1d3
File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
title : 2025
3
3
weight : -2025
4
4
default_lang_commit : 94d77ab8cbfe5552a7cd68bf677be86c574a613a
5
- ---
5
+ ---
Original file line number Diff line number Diff line change 2
2
title : ブログ
3
3
menu : { main: { weight: 50 } }
4
4
outputs : [HTML, RSS]
5
- default_lang_commit : c0a5eea5d720b0e075efa87f99dcf58c89106268
5
+ htmltest :
6
+ description : OpenTelemetry ブログ
7
+ default_lang_commit : 94d77ab8cbfe5552a7cd68bf677be86c574a613a
6
8
---
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 >
You can’t perform that action at this time.
0 commit comments