Renamed microhook and sidebar widgets

This commit is contained in:
Leon Mika 2025-02-07 07:13:53 +11:00
parent df3c3285d6
commit fb170b6b40
4 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,10 @@
<div class="sidebar-item">
<header>
<h1>{{ .title }}</h1>
</header>
<ul class="links">
{{ range .links }}
<li><a href="{{ .url }}">{{ .name }}</a></li>
{{ end }}
</ul>
</div>