Begin le blog
This commit is contained in:
commit
fffd548947
25 changed files with 606 additions and 0 deletions
4
layouts/shortcodes/details.html
Normal file
4
layouts/shortcodes/details.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<details>
|
||||
<summary>{{ (.Get 0) | markdownify }}</summary>
|
||||
{{ .Inner | markdownify }}
|
||||
</details>
|
3
layouts/shortcodes/raw_html.html
Normal file
3
layouts/shortcodes/raw_html.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ print "<!-- Begin raw HTML fragment -->" | safeHTML }}
|
||||
{{ .Inner }}
|
||||
{{ print "<!-- End raw HTML fragment -->" | safeHTML }}
|
Loading…
Add table
Add a link
Reference in a new issue