diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-02 16:58:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-02 16:58:42 +0300 |
commit | b80101a6ccb8e1039c4fe8c6c5f07b9490397106 (patch) | |
tree | 0a8ed664acbd8aa04f141298ae578b1bd3491eab | |
parent | README: update (diff) | |
download | jekyll-theme-b80101a6ccb8e1039c4fe8c6c5f07b9490397106.tar.gz jekyll-theme-b80101a6ccb8e1039c4fe8c6c5f07b9490397106.zip |
header: minor HTML fix
-rw-r--r-- | _includes/common/header.html | 2 |
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> |