Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hadisinaee/avicenna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/projects.html')
-rw-r--r--layouts/partials/projects.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/projects.html b/layouts/partials/projects.html
index 30e5b9c..b9f0fe1 100644
--- a/layouts/partials/projects.html
+++ b/layouts/partials/projects.html
@@ -1,4 +1,5 @@
<div class="introduction">
+ {{ with .Site.Params.projects }}
<h4>Projects</h4>
<ul>
{{- range $index, $projects_map := .Site.Params.projects -}}
@@ -30,4 +31,5 @@
{{- end -}}
</ul>
+ {{ end }}
</div>