Start working on images
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
{% include head.html %}
|
||||
<link rel="stylesheet" href="/css/blog.css"/>
|
||||
</head>
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<header>
|
||||
|
@ -1,9 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
{% include head.html %}
|
||||
</head>
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<header>
|
||||
|
@ -1,9 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
{% include head.html %}
|
||||
</head>
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<header>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user