2016-09-26 08:34:28 +02:00
|
|
|
<section class="section projects-section">
|
2019-08-23 15:24:04 +02:00
|
|
|
<h2 class="section-title"><span class="icon-holder"><i class="{{ with .Site.Params.projects.iconStyle }}{{.}}{{else}}fa{{end}} {{ .Site.Params.projects.icon }}"></i></span>{{ with .Site.Params.projects.title }}{{.}}{{else}}{{ i18n "projects" }}{{end}}</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-->
|