mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
25 lines
551 B
HTML
25 lines
551 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>
|
|
<style>
|
|
div.jp-InputPrompt.jp-InputArea-prompt {
|
|
display: none;
|
|
}
|
|
</style>
|
|
|
|
<!-- RSS feed -->
|
|
{% feed_meta %}
|
|
</head>
|
|
{{ content }}
|
|
</html>
|
|
|