12 lines
495 B
HTML
12 lines
495 B
HTML
<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">
|
|
<link rel="stylesheet" href="/css/links.css">
|
|
<!--link rel="stylesheet" href="/css/syntax.css"-->
|
|
<meta charset="UTF-8"/>
|
|
</head>
|