Start working on images

This commit is contained in:
2017-12-24 15:04:19 -08:00
parent 7ff15ea5c3
commit 59f76eb93e
56 changed files with 281 additions and 109 deletions

View File

@ -1,10 +1,7 @@
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<link rel="stylesheet" href="/css/blog.css"/>
</head>
{% include head.html %}
<body>
<header>

View File

@ -1,9 +1,7 @@
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
{% include head.html %}
<body>
<header>

View File

@ -1,9 +1,7 @@
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
{% include head.html %}
<body>
<header>

View File

@ -1,9 +1,7 @@
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
{% include head.html %}
<body>
<header>
@ -17,7 +15,10 @@
{% include sidebar.html %}
<main id="content">
<h1> {{page.title}} </h1>
<h1 class="post-title">{{ page.title }}</h1>
{% include post-info.html tags = page.tags date=page.date%}
{{ content }}
</main>
</div>