fix staticman css

This commit is contained in:
Dean Attali 2020-04-27 10:19:14 -04:00 committed by GitHub
parent 1fbf55a390
commit 1f824b19e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
{% if page.comments and site.staticman.repository and site.staticman.branch %}
<!-- Staticman -->
<link rel="stylesheet" href="{{ "/css/staticman.css" | relative_url }}" />
<link rel="stylesheet" href="{{ "/assets/css/staticman.css" | relative_url }}" />
{% endif %}
</head>