WIP: start page with header
This commit is contained in:
parent
9d834470a6
commit
06b0b4d643
18 changed files with 1683 additions and 9 deletions
7
layouts/partials/components/image.html
Normal file
7
layouts/partials/components/image.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!--
|
||||
type: string - default
|
||||
url: string
|
||||
alt: string
|
||||
-->
|
||||
{{ $avatar := "avatar"}}
|
||||
<img class="{{if eq .type $avatar}} avatar {{end}}" alt="{{ .alt }}" src="{{ .url }}">
|
Loading…
Add table
Add a link
Reference in a new issue