File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555
5656< body >
5757 < header >
58- < aside > February 9 , 2025</ aside >
58+ < aside > February 16 , 2025</ aside >
5959 < a href ="https://gto76.github.io " rel ="author "> Jure Šorn</ a >
6060 </ header >
6161
6767 var link_to_theme = document . createElement ( "a" )
6868 link_to_theme . href = "index.html"
6969 link_to_theme . text = "Switch to light theme"
70- document . getElementsByClassName ( "banner" ) [ 0 ] . firstChild . children [ 4 ] . replaceWith ( link_to_theme )
70+ document . getElementsByClassName ( "banner" ) [ 0 ] . firstChild . children [ 3 ] . replaceWith ( link_to_theme )
7171
7272 var img_dark = document . createElement ( "img" ) ;
7373 img_dark . src = "web/image_orig_blue6.png" ;
@@ -2931,7 +2931,7 @@ <h3 id="format-2">Format</h3><div><h4 id="forstandardtypesizesandmanualalignment
29312931
29322932
29332933 < footer >
2934- < aside > February 9 , 2025</ aside >
2934+ < aside > February 16 , 2025</ aside >
29352935 < a href ="https://gto76.github.io " rel ="author "> Jure Šorn</ a >
29362936 </ footer >
29372937
Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ const DARK_THEME_SCRIPT =
742742 ' var link_to_theme = document.createElement("a")\n' +
743743 ' link_to_theme.href = "index.html"\n' +
744744 ' link_to_theme.text = "Switch to light theme"\n' +
745- ' document.getElementsByClassName("banner")[0].firstChild.children[4 ].replaceWith(link_to_theme)\n' +
745+ ' document.getElementsByClassName("banner")[0].firstChild.children[3 ].replaceWith(link_to_theme)\n' +
746746 '\n' +
747747 ' var img_dark = document.createElement("img");\n' +
748748 ' img_dark.src = "web/image_orig_blue6.png";\n' +
You can’t perform that action at this time.
0 commit comments