Moved sidebar partials into a separate directoy
This commit is contained in:
parent
1c22ec6571
commit
6cc83333f4
7 changed files with 9 additions and 44 deletions
|
|
@ -1,10 +0,0 @@
|
|||
<div class="sidebar-item">
|
||||
<header>
|
||||
<h1>{{ .title }}</h1>
|
||||
</header>
|
||||
<ul class="links">
|
||||
{{ range .links }}
|
||||
<li><a href="{{ .url }}">{{ .name }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue