jekyll-theme-basic/_layouts/home.lqd.html

17 lines
325 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ site.title }}</title>
<link rel="stylesheet" type="text/css" href="{{ "main.css" | relative_url }}" />
</head>
<body>
<h1 id="title">{{ site.title }}</h1>
<hr />
{{ content }}
{% if basic.display_info %}
<hr />
<p>This is {{ site.url }} running Jekyll.</p>
{% endif %}
</body>
</html>