feat(geocaching): add initial page for 2023
feat(sliding_gallery): add horizontal scrolling gallery component
This commit is contained in:
parent
b779f59e70
commit
9a3b414e76
13 changed files with 173 additions and 0 deletions
6
layouts/shortcodes/featured_image.html
Normal file
6
layouts/shortcodes/featured_image.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<figure>
|
||||
{{ $img_src := .Get "src" }}
|
||||
{{ $description := .Get "description" }}
|
||||
<img alt="{{ $description }}" src="{{ $img_src }}" />
|
||||
<figcaption>{{ $description }}</figcaption>
|
||||
</figure>
|
||||
Loading…
Add table
Add a link
Reference in a new issue