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