Update: hidden uninotes

This commit is contained in:
hyzen
2026-06-05 03:18:02 +05:30
parent 7641c25ab2
commit 1669b46e44
71 changed files with 193 additions and 125 deletions

View File

@@ -38,4 +38,12 @@ $s.Page.Title $semesterName }}{{ $currentIdx = $i }}{{ end }} {{ end }}
<a class="page-nav__next-link" href="{{ $next.Page.RelPermalink }}">{{ $next.Page.Title }} →</a>
{{ end }}
</nav>
<script>
(function () {
if (localStorage.getItem('f4_username') !== 'hyzen') {
window.location.replace('/login/?next=' + encodeURIComponent(window.location.pathname));
}
})();
</script>
{{ end }} {{ end }}