init
This commit is contained in:
11
_includes/head.html
Normal file
11
_includes/head.html
Normal file
@ -0,0 +1,11 @@
|
||||
<head>
|
||||
{% include head-meta.html %}
|
||||
<title>
|
||||
{% if page.title == "Home" %}
|
||||
{{ site.title }} · {{ site.tagline }}
|
||||
{% else %}
|
||||
{{ page.title }} · {{ site.title }}
|
||||
{% endif %}
|
||||
</title>
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css">
|
||||
</head>
|
Reference in New Issue
Block a user