wip post
This commit is contained in:
parent
c8a2913172
commit
5a1c98d8a4
8 changed files with 170 additions and 0 deletions
9
templates/shortcodes/codefile.html
Normal file
9
templates/shortcodes/codefile.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{%- import "macros/code.html" as code -%}
|
||||
|
||||
{{ code::file(
|
||||
path=path,
|
||||
code_lang=code_lang | default(value=''),
|
||||
colocated=colocated | default(value=false),
|
||||
hide=hide | default(value=false),
|
||||
show_path_with_prefix=show_path_with_prefix | default(value=false)
|
||||
) }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue