Umstellung der Meta-Daten in Partials
This commit is contained in:
parent
be11de4217
commit
1e520f3f39
9 changed files with 22 additions and 40 deletions
|
@ -2,7 +2,7 @@
|
|||
{{ 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 class="blog-post-meta">{{ partial "meta/data.html" . }}</p-->
|
||||
<p>{{ .Summary }}</p>
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue