site: multi-page structure with shared nav; rework services, keys, contact
This commit is contained in:
parent
03f38ab908
commit
82fc1c6e17
12 changed files with 143 additions and 151 deletions
8
views/partials/_site_nav.erb
Normal file
8
views/partials/_site_nav.erb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<header class="site-header">
|
||||
<a class="site-title" href="/">asxp.io</a>
|
||||
<nav>
|
||||
<a href="https://blog.asxp.io">blog</a>
|
||||
<a href="/keys" class="<%= 'active' if request.path == '/keys' %>">keys</a>
|
||||
<a href="/contact" class="<%= 'active' if request.path == '/contact' %>">contact</a>
|
||||
</nav>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue