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

github.com/aerohub/hugo-orbit-theme.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.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/projects.html b/layouts/partials/projects.html
new file mode 100644
index 0000000..def95ee
--- /dev/null
+++ b/layouts/partials/projects.html
@@ -0,0 +1,11 @@
+ <section class="section projects-section">
+ <h2 class="section-title"><i class="fa {{ .Site.Params.projects.icon }}"></i>{{ .Site.Params.projects.title }}</h2>
+ <div class="intro">
+ <p>{{ with .Site.Params.projects.intro }}{{ . | markdownify }}{{ end }}</p>
+ </div><!--//intro-->
+ {{ range .Site.Params.projects.list }}
+ <div class="item">
+ <span class="project-title"><a href="{{ .url }}">{{ .title }}</a></span> - <span class="project-tagline">{{ with .tagline }}{{ . | markdownify }}{{ end }}</span>
+ </div><!--//item-->
+ {{ end }}
+ </section><!--//section--> \ No newline at end of file