34 lines
900 B
HTML
34 lines
900 B
HTML
---
|
|
layout: forge
|
|
---
|
|
<div style='margin-bottom: 20px;'>
|
|
<a
|
|
href='/'
|
|
style="text-decoration: none; color: #586069; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; font-size: 14px; display: flex; align-items: center; font-weight: 500;"
|
|
>
|
|
<svg
|
|
width='16'
|
|
height='16'
|
|
viewBox='0 0 24 24'
|
|
fill='none'
|
|
stroke='currentColor'
|
|
stroke-width='2'
|
|
stroke-linecap='round'
|
|
stroke-linejoin='round'
|
|
style='margin-right: 6px;'
|
|
>
|
|
<line x1="19" y1="12" x2="5" y2="12"></line>
|
|
<polyline points="12 19 5 12 12 5"></polyline>
|
|
</svg>
|
|
Back to Forge
|
|
</a>
|
|
</div>
|
|
|
|
<h1 class='post-list-heading' style='margin-bottom: 30px; text-transform: capitalize;'>
|
|
{{ page.title }} Module
|
|
</h1>
|
|
|
|
<div class='modules-wrapper'>
|
|
{% include folder_tree.html name=page.title posts=page.posts %}
|
|
</div>
|