templ generate, add markdown syntax highlighting, fix stuff
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
package templates
|
||||
|
||||
templ Nav() {
|
||||
<nav class="nav">
|
||||
<a href="/" hx-get="/" hx-target="main" hx-push-url="true">home</a>
|
||||
<a href="/tags" hx-get="/tags" hx-target="main" hx-push-url="true">tags</a>
|
||||
<a href="/about" hx-get="/about" hx-target="main" hx-push-url="true">about</a>
|
||||
<a href="/archive" hx-get="/archive" hx-target="main" hx-push-url="true">archive</a>
|
||||
<a href="mailto:valentine.bott@gmail.com">Contact Me</a>
|
||||
</nav>
|
||||
<nav class="nav">
|
||||
<a href="/" hx-get="/" hx-target="main" hx-push-url="true">home</a>
|
||||
// <a href="/tags" hx-get="/tags" hx-target="main" hx-push-url="true">tags</a>
|
||||
<a href="https://git.valxntine.dev">code</a>
|
||||
<a href="mailto:valentine.bott@gmail.com">email</a>
|
||||
</nav>
|
||||
}
|
||||
|
Reference in New Issue
Block a user