Fix the following shortcodes to work with new hugo ver: fileTree, ticks
This commit is contained in:
parent
c51dd9f4f2
commit
5da8f5afe9
|
@ -1,3 +1,3 @@
|
|||
<div class="file-tree">
|
||||
{{ .Inner }}
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<div class="ticks">
|
||||
{{ .Inner }}
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user