aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/header.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-02 16:58:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-02 16:58:42 +0300
commitb80101a6ccb8e1039c4fe8c6c5f07b9490397106 (patch)
tree0a8ed664acbd8aa04f141298ae578b1bd3491eab /_includes/common/header.html
parentREADME: update (diff)
downloadjekyll-theme-b80101a6ccb8e1039c4fe8c6c5f07b9490397106.tar.gz
jekyll-theme-b80101a6ccb8e1039c4fe8c6c5f07b9490397106.zip
header: minor HTML fix
Diffstat (limited to '')
-rw-r--r--_includes/common/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/header.html b/_includes/common/header.html
index 075d04f..464e42a 100644
--- a/_includes/common/header.html
+++ b/_includes/common/header.html
@@ -23,7 +23,7 @@
{% if page.custom_css %}
{% for css in page.custom_css %}
- <link rel="stylesheet" href="{{ '/assets/css/' | relative_url }}{{ css }}"/>
+ <link rel="stylesheet" href="{{ '/assets/css/' | relative_url }}{{ css }}">
{% endfor %}
{% endif %}
</head>