Files
poly-mech/themes/relearn/layouts/shortcodes/content-tree.html
T
2024-08-18 16:34:30 +02:00

14 lines
459 B
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="code">
<pre><code>
├── blog
│   ├── _index.md [section]
│   ├── first-post.md [page]
│   └── second-post
│   ├── index.md [page bundle]
│   └── photo.jpg [page resource]
└── tags
├── _index.md [taxonomy]
└── funny
└── _index.md [term]
</code></pre>
</div>