Make log hugoBasicExample error free
This commit is contained in:
parent
cdb2267f2d
commit
f85b8a2e8e
2 changed files with 17 additions and 12 deletions
|
@ -10,8 +10,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="container filtr-projects">
|
||||
<div class="row">
|
||||
{{ range .Site.Data.projects.projects }} {{ partial "cards/project" . }}
|
||||
<div class="row" id="project-card-holder">
|
||||
{{ range .Site.Data.projects.projects }}
|
||||
{{ partial "cards/project" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue