omegamma/layouts/partials/head.html

12 lines
464 B
HTML
Raw Normal View History

2021-06-08 14:19:46 +00:00
<head>
2021-06-08 16:18:22 +00:00
<title>{{ .Site.Title }} - {{ .Title }}</title>
2021-06-08 14:19:46 +00:00
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/header.css">
2021-06-08 16:18:22 +00:00
<link rel="stylesheet" href="/css/footer.css">
2021-06-08 18:22:47 +00:00
<link rel="stylesheet" href="/css/sections.css">
2021-06-08 14:19:46 +00:00
<link rel="stylesheet" href="/css/font.css">
2021-06-08 16:18:22 +00:00
{{ hugo.Generator }}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-06-08 14:19:46 +00:00
<script src="/js/header.js"></script>
</head>