This commit is contained in:
WickedJack99
2022-09-20 17:41:45 +02:00
parent 41af9797f2
commit 0246dc3537
29 changed files with 314 additions and 486 deletions

View File

@@ -1,8 +1,40 @@
---
layout: default
title: Homepage
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<nav>
<a href="/" class="current" >Home</a>
<a href="/about.html" >About</a>
<a href="/blog.html" >Blog</a>
</nav>
<div class="home">
<h2 class="post-list-heading">Posts</h2>
<ul class="post-list"><li><span class="post-meta">Aug 22, 2018</span>
<h3>
<a class="post-link" href="/2018/08/22/kiwifruit.html">
Kiwifruit
</a>
</h3></li><li><span class="post-meta">Aug 21, 2018</span>
<h3>
<a class="post-link" href="/2018/08/21/apples.html">
Apples
</a>
</h3></li><li><span class="post-meta">Aug 20, 2018</span>
<h3>
<a class="post-link" href="/2018/08/20/bananas.html">
Bananas
</a>
</h3></li></ul>
my_number: 5
---
<p class="rss-subscribe">subscribe <a href="/feed.xml">via RSS</a></p></div>
<h1>{{ page.title }}</h1>
</body>
</html>