Skip to content

Commit 141038b

Browse files
Benoit LandryBenoit Landry
Benoit Landry
authored and
Benoit Landry
committed
moving image
1 parent b85b976 commit 141038b

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

_config.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ plugins:
1111
collections:
1212
- talks
1313

14+
gems:
15+
- jekyll-font-awesome-sass
16+
17+
font-awesome:
18+
assets: true
19+
20+
### Below are options you are likely to modify ###
21+
1422
displayed-quarters:
1523
- Spring 2019
1624

@@ -22,10 +30,6 @@ archived-quarters:
2230
- Winter 2019
2331
- Spring 2019
2432

25-
gems:
26-
- jekyll-font-awesome-sass
27-
2833
current-syllabus: "Syllabus_AA289_sp2019.pdf"
2934

30-
font-awesome:
31-
assets: true
35+
##########

_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/SU_New_BlockStree_Red.png"/>
7+
<img class="site-title-logo" src="/assets/img/SU_New_BlockStree_Red.png"/>
88
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
99

1010
{%- if titles_size > 0 -%}
File renamed without changes.

0 commit comments

Comments
 (0)