mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-07-01 15:32:17 +02:00
Update: hidden uninotes
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user