mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-07 14:47:43 -04:00
modified server code and added project template. partially tested and appears to work so far
This commit is contained in:
parent
74588d1c60
commit
d77ca583ea
4 changed files with 38 additions and 7 deletions
20
views/pages/projects/project_template.ejs
Normal file
20
views/pages/projects/project_template.ejs
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<% include ../../partials/include %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<% include ../../partials/nav %>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<% include(page) %>
|
||||
</div>
|
||||
|
||||
<% include ../../partials/footer %>
|
||||
<% include ../../partials/post_html_include %>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue