8 lines
267 B
HTML
8 lines
267 B
HTML
|
<head>
|
||
|
<title>{{ .Site.Title }} - {{ .Params.title }}</title>
|
||
|
<link rel="stylesheet" href="/css/common.css">
|
||
|
<link rel="stylesheet" href="/css/header.css">
|
||
|
<link rel="stylesheet" href="/css/font.css">
|
||
|
<script src="/js/header.js"></script>
|
||
|
</head>
|