Commit 141038b 1 parent b85b976 commit 141038b Copy full SHA for 141038b
File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ plugins:
11
11
collections :
12
12
- talks
13
13
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
+
14
22
displayed-quarters :
15
23
- Spring 2019
16
24
@@ -22,10 +30,6 @@ archived-quarters:
22
30
- Winter 2019
23
31
- Spring 2019
24
32
25
- gems :
26
- - jekyll-font-awesome-sass
27
-
28
33
current-syllabus : " Syllabus_AA289_sp2019.pdf"
29
34
30
- font-awesome :
31
- assets : true
35
+ # #########
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/SU_New_BlockStree_Red.png "/>
7
+ < img class ="site-title-logo " src ="/assets/img/ SU_New_BlockStree_Red.png "/>
8
8
< a class ="site-title " rel ="author " href ="{{ "/" | relative_url }}"> {{ site.title | escape }}</ a >
9
9
10
10
{%- if titles_size > 0 -%}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments