2022-09-12 19:20:07 -07:00
|
|
|
<head>
|
|
|
|
<title>{{ .Title }}</title>
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
|
|
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
|
|
<link rel="stylesheet" href="/css/info.css">
|
|
|
|
<link rel="stylesheet" href="/css/navbar.css">
|
|
|
|
<link rel="stylesheet" href="/css/post-list.css">
|
2022-10-30 19:47:39 -07:00
|
|
|
<link rel="stylesheet" href="/css/links.css">
|
2022-09-12 19:20:07 -07:00
|
|
|
<!--link rel="stylesheet" href="/css/syntax.css"-->
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
</head>
|