fix baseurl issues for gh pages
This commit is contained in:
parent
eb979640c5
commit
ad5c5503dc
@ -1,5 +1,6 @@
|
||||
title: My digital garden
|
||||
include: ['_pages']
|
||||
baseurl: /digital-garden-jekyll-template
|
||||
|
||||
permalink: pretty
|
||||
relative_permalinks: false
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=">
|
||||
|
||||
<link rel="stylesheet" href="/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 }}"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user