Organize pages for blog posts and projects, and add root-level pages
This commit is contained in:
22
_layouts/home.html
Normal file
22
_layouts/home.html
Normal file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" id="name"><b>Andrew Cassidy</b></a>
|
||||
<span class="slash">/</span>
|
||||
{{ page.title }}
|
||||
</header>
|
||||
|
||||
<main>
|
||||
{% include sidebar.html %}
|
||||
|
||||
<article id="content">
|
||||
{{ content }}
|
||||
</article>
|
||||
</main>
|
||||
<!--{% include footer.html %}-->
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user