add baseurl to more internal links in layouts
This commit is contained in:
@@ -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 }}"/>
|
||||
|
||||
Reference in New Issue
Block a user