6 changed files with 40 additions and 5 deletions
@ -0,0 +1,16 @@ |
|||
<!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> |
Loading…
Reference in new issue