first commit
This commit is contained in:
commit
7fa1a1444a
52 changed files with 1519 additions and 0 deletions
8
layouts/partials/info.html
Normal file
8
layouts/partials/info.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<section id="info-pane" class="text-center info">
|
||||
{{ with .Site.Params.intro }}
|
||||
<h3 class="intro">{{ . | markdownify }}</h3>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.description }}
|
||||
<h4 class="description">{{ . | markdownify }}</h4>
|
||||
{{ end }}
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue