2020-06-13 16:55:03 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2020-06-14 02:27:53 +00:00
|
|
|
{{if hasmath}} {{insert head_katex.html }} {{end}}
|
2020-06-13 16:55:03 +00:00
|
|
|
{{if hascode}} {{insert head_highlight.html }} {{end}}
|
2020-06-14 02:27:53 +00:00
|
|
|
|
|
|
|
{{insert style.html}}
|
|
|
|
<title>Eddie's Blog</title>
|
2020-06-13 16:55:03 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-06-14 02:27:53 +00:00
|
|
|
{{insert nav.html}}
|
|
|
|
|
2020-06-13 16:55:03 +00:00
|
|
|
|
|
|
|
<!-- Content appended here -->
|