mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Clean up directory structure of partials and .Render templates
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<div class="series-taxonomy">
|
||||
<ul>
|
||||
{{ range .Pages }}
|
||||
<li>{{ .Render "series-summary" }}</li>
|
||||
<li>{{ .Render "summary/series" }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<div class="page-list">
|
||||
<ul>
|
||||
{{ range .Paginator.Pages.Reverse }}
|
||||
<li>{{ .Render "summary" }}</li>
|
||||
<li>{{ .Render "summary/post" }}</li>
|
||||
{{ else }}
|
||||
<div>
|
||||
{{ i18n "no_posts" }}
|
||||
|
Reference in New Issue
Block a user