helloworldhellwoorldeofoehfafihuofijoahfgyioafjpafhzguirg uvuizerurg_ozerygvoiuhrgreqiogrehh
This commit is contained in:
parent
3379242f31
commit
c00a301523
79 changed files with 1614 additions and 3 deletions
12
themes/vmems-theme/layouts/categories/list.html
Normal file
12
themes/vmems-theme/layouts/categories/list.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{ define "main" }}
|
||||
<h1>Catégories:</h1>
|
||||
<ul class="categories-list list-style-none">
|
||||
{{ range .Pages }}
|
||||
<li class=categories-item>
|
||||
<a class=categories-item-main href="{{ .Permalink }}">
|
||||
<p class=title >{{.Title}}</p>
|
||||
</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue