mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Fix: login/signup forms. Update: code formating
This commit is contained in:
@@ -1,20 +1,23 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<nav class="uninotes-breadcrumbs breadcrumbs">
|
||||
<a href="/blog/">Blog</a>
|
||||
› <span>Categories</span>
|
||||
<a href="/blog/">Blog</a>
|
||||
› <span>Categories</span>
|
||||
</nav>
|
||||
|
||||
<h1><a href="/blog/" style="text-decoration: none; color: var(--accent-color);">All Posts</a> | Categories</h1>
|
||||
<h1>
|
||||
<a href="/blog/" style="text-decoration: none; color: var(--accent-color)">All Posts</a> |
|
||||
Categories
|
||||
</h1>
|
||||
|
||||
<section class="term-list">
|
||||
{{ range .Data.Terms.Alphabetical }}
|
||||
<h2 class="term-list__item">
|
||||
<a class="term-list__link" href="{{ .Page.RelPermalink }}">
|
||||
{{ .Page.Title }} ({{ .Count }})
|
||||
</a>
|
||||
</h2>
|
||||
{{ end }}
|
||||
{{ range .Data.Terms.Alphabetical }}
|
||||
<h2 class="term-list__item">
|
||||
<a class="term-list__link" href="{{ .Page.RelPermalink }}">
|
||||
{{ .Page.Title }} ({{ .Count }})
|
||||
</a>
|
||||
</h2>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user