first commit
This commit is contained in:
6
askkennyb/layouts/shortcodes/bio.html
Normal file
6
askkennyb/layouts/shortcodes/bio.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="bio-block">
|
||||
<img src="{{ .Get "img" | default "/images/profile.png" }}" alt="{{ .Get "alt" | default "Profile Photo" }}" class="bio-photo">
|
||||
<div class="bio-text">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user