mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
page: index
This commit is contained in:
parent
83d2cd0ef3
commit
3028090d83
2 changed files with 40 additions and 3 deletions
|
|
@ -1,5 +1,18 @@
|
|||
---
|
||||
|
||||
description: 'My own private fanzine'
|
||||
css:
|
||||
- index
|
||||
|
||||
---
|
||||
<main>
|
||||
<a href="/post/">
|
||||
posts
|
||||
</a>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/"><%= site.title %></a></li>
|
||||
<li><a href="/post/">posts</a></li>
|
||||
<li><a href="/projects/">projects</a></li>
|
||||
<li><a href="/inventory/">inventory</a></li>
|
||||
<li><a href="/about/">about</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue