1
0
mirror of https://github.com/danog/learn-bash.git synced 2024-12-02 17:27:59 +01:00
learn-bash/_layouts/default.html
2015-09-30 15:07:21 +00:00

22 lines
609 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="{{ site.description }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ site.title }}</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/syntax.css">
<link rel="stylesheet" href="css/solo.css">
{% include head.html %}
</head>
<body>
<div class="container">
<h1><a href="./">{{ site.tag_text }}</a></h1>
{{ content }}
</div>
{% include scripts.html %}
</body>
</html>