moved orbit in from submodule
This commit is contained in:
parent
19da32c6dc
commit
6e9ed98e78
227 changed files with 44365 additions and 0 deletions
10
themes/orbit/layouts/partials/education.html
Normal file
10
themes/orbit/layouts/partials/education.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<div class="education-container container-block">
|
||||
<h2 class="container-block-title">{{ i18n "education" }}</h2>
|
||||
{{ range .Site.Params.education.list }}
|
||||
<div class="item">
|
||||
<h4 class="degree">{{ .degree }}</h4>
|
||||
<h5 class="meta">{{ .college }}</h5>
|
||||
<div class="time">{{ .dates }}</div>
|
||||
</div><!--//item-->
|
||||
{{ end }}
|
||||
</div><!--//education-container-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue