Add blog post list and placeholder blog post
• add blog post list • add css specificially for the blog and projects pages • make layouts more modular for including different CSS on each page • use HTML for directory pages for better use with Liquid
This commit is contained in:
@ -1,13 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
|
||||
<head>
|
||||
{% include head.html %}
|
||||
<link rel="stylesheet" href="/css/blog.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" id="name"><b>Andrew Cassidy</b></a>
|
||||
<span class="slash">/</span>
|
||||
{{ page.title }}
|
||||
<span class="slash">/</span>
|
||||
<a href="/" id="name"><b>Andrew Cassidy</b></a>
|
||||
<span class="slash">/</span> {{ page.title }}
|
||||
<span class="slash">/</span>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
@ -20,4 +23,4 @@
|
||||
<!--{% include footer.html %}-->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user