2022-06-23 15:29:07 +02:00

24 lines
634 B
HTML

---
---
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tom Hodson - {{ page.title }}</title>
<meta name="description" content="Tom Hodson's personal site.">
<link rel="stylesheet" href="/assets/css/styles.css">
<script src="/assets/js/index.js"></script>
<!-- RSS feed -->
<link rel="alternate" type="application/rss+xml" title="RSS for Tom Hodson's Blog" href="/feed.xml">
</head>
<body>
<h1>{{ page.title }}</h1>
<time>{{ page.date | date_to_string }}</time>
{{ content }}
</body>
</html>