Update _includes/head.html to remove slash

Co-authored-by: Maxime Vaillancourt <mv@maximevaillancourt.com>
This commit is contained in:
Alan M 2020-10-22 18:27:18 -05:00 committed by GitHub
parent 159a671968
commit 31a86d26de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=">
<link rel="stylesheet" href="{{ site.baseurl }}/styles.css">
<link rel="stylesheet" href="{{ site.baseurl }}styles.css">
{% if page.excerpt %}
<meta property="og:description" content="{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}"/>