|
|
@ -55,7 +55,7 @@ |
|
|
|
|
|
|
|
<body> |
|
|
|
<header> |
|
|
|
<aside>February 9, 2025</aside> |
|
|
|
<aside>February 16, 2025</aside> |
|
|
|
<a href="https://gto76.github.io" rel="author">Jure Šorn</a> |
|
|
|
</header> |
|
|
|
|
|
|
@ -67,7 +67,7 @@ |
|
|
|
var link_to_theme = document.createElement("a") |
|
|
|
link_to_theme.href = "index.html" |
|
|
|
link_to_theme.text = "Switch to light theme" |
|
|
|
document.getElementsByClassName("banner")[0].firstChild.children[4].replaceWith(link_to_theme) |
|
|
|
document.getElementsByClassName("banner")[0].firstChild.children[3].replaceWith(link_to_theme) |
|
|
|
|
|
|
|
var img_dark = document.createElement("img"); |
|
|
|
img_dark.src = "web/image_orig_blue6.png"; |
|
|
@ -2931,7 +2931,7 @@ $ deactivate <span class="hljs-comment"># Deactivates the active |
|
|
|
|
|
|
|
|
|
|
|
<footer> |
|
|
|
<aside>February 9, 2025</aside> |
|
|
|
<aside>February 16, 2025</aside> |
|
|
|
<a href="https://gto76.github.io" rel="author">Jure Šorn</a> |
|
|
|
</footer> |
|
|
|
|
|
|
|