Sidbare-Elemente in widget-Partials ausgelagert
This commit is contained in:
parent
ca19ee452b
commit
9827bb7ba7
15 changed files with 151 additions and 120 deletions
11
layouts/knowhow/list.html
Normal file
11
layouts/knowhow/list.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{ define "main" }}
|
||||
{{ range .Paginator.Pages.ByTitle }}
|
||||
<article class="blog-post">
|
||||
<h3 class="blog-post-title_ mb-1"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
|
||||
<!--p class="blog-post-meta">{{ partial "metadata.html" . }}</p-->
|
||||
<p>{{ .Summary }}</p>
|
||||
</article>
|
||||
{{ end }}
|
||||
|
||||
{{ template "partials/pagination.html" . }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue