mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-07 01:58:47 +02:00
details shortcode
This commit is contained in:
parent
d816a951dc
commit
cc2fa1cea5
9 changed files with 414 additions and 249 deletions
4
layouts/shortcodes/cards.html
Normal file
4
layouts/shortcodes/cards.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="cards">
|
||||
<h2>{{ .Get "title" }}</h2>
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue