moved orbit in from submodule
This commit is contained in:
parent
19da32c6dc
commit
6e9ed98e78
227 changed files with 44365 additions and 0 deletions
11
themes/orbit/layouts/partials/projects.html
Normal file
11
themes/orbit/layouts/partials/projects.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<section class="section projects-section">
|
||||
<h2 class="section-title"><i class="fa {{ .Site.Params.projects.icon }}"></i>{{ i18n "projects" }}</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-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue