2016-09-26 08:34:28 +02:00
|
|
|
<section class="section projects-section">
|
2016-12-01 18:24:50 +01:00
|
|
|
<h2 class="section-title"><i class="fa {{ .Site.Params.projects.icon }}"></i>{{ i18n "projects" }}</h2>
|
2016-09-26 08:34:28 +02:00
|
|
|
<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 }}
|
2016-12-01 18:24:50 +01:00
|
|
|
</section><!--//section-->
|