helloworldhellwoorldeofoehfafihuofijoahfgyioafjpafhzguirg uvuizerurg_ozerygvoiuhrgreqiogrehh
This commit is contained in:
parent
3379242f31
commit
c00a301523
79 changed files with 1614 additions and 3 deletions
27
themes/vmems-theme/layouts/partials/features.html
Normal file
27
themes/vmems-theme/layouts/partials/features.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{{ if (isset site.Data "features") }}
|
||||
{{ if gt (len site.Data.features) 0 }}
|
||||
<div class="features">
|
||||
{{ range (sort site.Data.features "weight") }}
|
||||
<div class=item>
|
||||
{{ if .url }}
|
||||
<a href="{{ .url}}">
|
||||
{{ end }}
|
||||
<div class=icon>
|
||||
<i class="{{ .icon }}"></i>
|
||||
</div>
|
||||
<div class=text>
|
||||
<h3 class=title>
|
||||
{{ .name }}
|
||||
</h3>
|
||||
<div class=description>
|
||||
{{ .description | markdownify }}
|
||||
</div>
|
||||
</div>
|
||||
{{ if .url }}
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue