half-working version 1

This commit is contained in:
Lao Tzu
2026-06-11 16:41:45 -07:00
parent c887d058f0
commit 987cbe792f
397 changed files with 609 additions and 1199475 deletions
+3
View File
@@ -0,0 +1,3 @@
<div id='footbar'>
<a href='mailto:me@jameswitzeman.net'>me@jameswitzeman.net</a>
</div>
+9
View File
@@ -0,0 +1,9 @@
<div id='titlebar'>
<div class='item1'><h1>world-wide-witzeman</h1></div>
<div class='item2'></div>
</div>
<div id='subhead'>
<div id='motd'>content/home</div>
{% include nav.html %}
</div>
+8
View File
@@ -0,0 +1,8 @@
<nav class='hnav'>
{% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if page.url == item.link %}class="current"{% endif %}>
{{ item.name }}
</a>
{% endfor %}
</nav>