11 lines
464 B
HTML
11 lines
464 B
HTML
<head>
|
|
<title>{{ .Site.Title }} - {{ .Title }}</title>
|
|
<link rel="stylesheet" href="/css/common.css">
|
|
<link rel="stylesheet" href="/css/header.css">
|
|
<link rel="stylesheet" href="/css/footer.css">
|
|
<link rel="stylesheet" href="/css/sections.css">
|
|
<link rel="stylesheet" href="/css/font.css">
|
|
{{ hugo.Generator }}
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script src="/js/header.js"></script>
|
|
</head>
|