add Code section
add only journal post for 2025 update copyrights to 2026 add licenses to BPS remove unused files update to 0.14.2
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
<!--
|
||||
<li class="navMenu-list-item"><a class="navMenu-list-link<%= (page.path && page.path.indexOf('/updates') === 0 ? ' isCurrentSection' : '') %>" href="/updates">Updates</a></li>
|
||||
-->
|
||||
<li class="navMenu-list-item"><a
|
||||
class="navMenu-list-link<%= (page.section && page.section === 'code' ? ' isCurrentSection' : '') %>"
|
||||
href="/code/index.html">Code</a></li>
|
||||
<li class="navMenu-list-item"><a
|
||||
class="navMenu-list-link<%= (page.section && page.section === 'games' ? ' isCurrentSection' : '') %>"
|
||||
href="/games/index.html">Games</a></li>
|
||||
|
||||
Reference in New Issue
Block a user