website
This commit is contained in:
7
themes/portio/layouts/shortcodes/blogsection.html
Normal file
7
themes/portio/layouts/shortcodes/blogsection.html
Normal file
@ -0,0 +1,7 @@
|
||||
<div class="blog-section">
|
||||
<h3>{{ .Get "title" }}</h3>
|
||||
<img src="{{ .Get "image" | absURL}}" alt="blog-img">
|
||||
<p>
|
||||
{{ .Inner }}
|
||||
</p>
|
||||
</div>
|
Reference in New Issue
Block a user