Changed directory structure for gh pages
This commit is contained in:
parent
b472bc2e5d
commit
d249a982ef
61 changed files with 15 additions and 12 deletions
19
src/_includes/author.njk
Normal file
19
src/_includes/author.njk
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
layout: "skeleton.njk"
|
||||
styles: ["project"]
|
||||
---
|
||||
<div id="project">
|
||||
<div id="projectHeader">
|
||||
<img src="{{ page.dir }}{{ logoName }}.{{ logoExtension }}">
|
||||
<div id="projectTitleSubtitle">
|
||||
<div id="projectTitleAuthor">
|
||||
<h1 id="projectTitle">{{ name }}</h1>
|
||||
</div>
|
||||
<p id="projectSubtitle">{{ subtitle }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% include "project_image.njk" %}
|
||||
<main id="projectDescription">
|
||||
{{ content | safe }}
|
||||
</main>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue