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:
@@ -41,7 +41,10 @@
|
||||
|
||||
<ul class="asideMenu-list socialList">
|
||||
<li class="asideMenu-item socialList-item">
|
||||
<a rel="me auth" class="asideMenu-link u-url url" title="It's Eric Woodward's Gitea Server" href="https://git.itsericwoodward.com/explore/repos">My Git Repos</a>
|
||||
<a rel="me" class="asideMenu-link u-url url" title="It's Eric Woodward's twtxt.txt File" href="https://itsericwoodward.com/twtxt.txt">twtxt.txt</a>
|
||||
</li>
|
||||
<li class="asideMenu-item socialList-item">
|
||||
<a rel="me auth" class="asideMenu-link u-url url" title="It's Eric Woodward's Gitea Server" href="https://git.itsericwoodward.com/explore/repos">Git Repos</a>
|
||||
</li>
|
||||
<li class="asideMenu-item socialList-item">
|
||||
<a rel="me" class="asideMenu-link u-url url" title="itsericwoodward on LinkedIn" href="https://www.linkedin.com/in/itsericwoodward">LinkedIn</a>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
class="licenseImg"
|
||||
src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" />
|
||||
</a>
|
||||
Except where otherwise noted, content on this site is © 2014-2024
|
||||
Except where otherwise noted, content on this site is © 2014-2026
|
||||
<a
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
href="<%=site.author.uri ?? '/'%>"
|
||||
|
||||
@@ -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