Skip to content

Commit e7ff31f

Browse files
committed
url config
1 parent 7552f2f commit e7ff31f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Stanford Robotics Seminar
2-
baseurl: "" # the subpath of your site, e.g. /blog
3-
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2+
baseurl: "/robotics_seminar" # the subpath of your site, e.g. /blog
3+
url: "https://stanfordasl.github.io" # the base hostname & protocol for your site, e.g. http://example.com
44

55
# Build settings
66
markdown: kramdown

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{%- assign default_paths = site.pages | map: "path" -%}
55
{%- assign page_paths = site.header_pages | default: default_paths -%}
66
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
7-
<img class="site-title-logo" src="/assets/img/SU_New_BlockStree_Red.png"/>
7+
<img class="site-title-logo" src="{{ "/assets/img/SU_New_BlockStree_Red.png" | relative_url }}"/>
88
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
99

1010
{%- if titles_size > 0 -%}

0 commit comments

Comments
 (0)