Commit e7ff31f 1 parent 7552f2f commit e7ff31f Copy full SHA for e7ff31f
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
4
4
5
5
# Build settings
6
6
markdown : kramdown
Original file line number Diff line number Diff line change 4
4
{%- assign default_paths = site.pages | map: "path" -%}
5
5
{%- assign page_paths = site.header_pages | default: default_paths -%}
6
6
{%- 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 }} "/>
8
8
< a class ="site-title " rel ="author " href ="{{ "/" | relative_url }}"> {{ site.title | escape }}</ a >
9
9
10
10
{%- if titles_size > 0 -%}
You can’t perform that action at this time.
0 commit comments