Skip to content

Commit 4bf1165

Browse files
refactor: move project template to docs
1 parent c303475 commit 4bf1165

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

site-root/html/projects/template_modal.html renamed to docs/development/add-project.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Add a project
2+
3+
Use this template to add a new project to `site-root/home.tpl`:
4+
5+
```html
16
<!-- Modal TODO -->
27
<div class="portfolio-modal modal fade" id="portfolioModalTODO" tabindex="-1" role="dialog" aria-hidden="true">
38
<div class="modal-dialog">
@@ -42,4 +47,5 @@ <h2 class="text-uppercase">TODO: Project Title</h2>
4247
</div>
4348
</div>
4449
</div>
45-
</div>
50+
</div>
51+
```

0 commit comments

Comments
 (0)