Skip to content

Commit

Permalink
Fix: Added base url
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink committed Jan 30, 2024
1 parent 0602e75 commit c3f12b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="{{ url }}{{ baseurl }}" />
<base href="{{ site.url }}{{ site.baseurl }}" />
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">

Expand Down

0 comments on commit c3f12b4

Please sign in to comment.