Files
github-style/layouts/partials/head.html
2019-10-21 12:09:18 +08:00

9 lines
525 B
HTML

<head>
<meta name="viewport" content="width=device-width">
<script src="//github.githubassets.com/assets/frameworks-e0eb4964.js"></script>
<script src="//github.githubassets.com/assets/github-bootstrap-35e32afb.js"></script>
<link rel="stylesheet" href="//github.githubassets.com/assets/frameworks-2fd1891c9e6292401a1a3de8bc3f747f.css">
<link rel="stylesheet" href="//github.githubassets.com/assets/github-5238587550334d8b43fd71226c6de55c.css">
<title>{{ .Title }} - {{ .Site.Title }}</title>
</head>