1
0
mirror of https://github.com/danog/learn-bash.git synced 2024-11-26 20:04:39 +01:00
learn-bash/jekyll/_layouts/default.html
Daniil Gentili c10aa5e00e Added deb
2015-09-30 16:32:37 +02: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>