Skip to content

Commit 9208817

Browse files
Medha SawhneyMedha Sawhney
authored andcommitted
Adding KGML header in nav bar
1 parent 6839e47 commit 9208817

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Site settings
33
# -----------------------------------------------------------------------------
44

5-
title: blank # the website title (if blank, full name will be used instead)
5+
title: Knowledge Guided Machine Learning Lab # the website title (if blank, full name will be used instead)
66
first_name:
77
# middle_name:
88
last_name:

_includes/header.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
{{- site.last_name -}}
1818
{% endif %}
1919
{% else %}
20+
<span class="font-weight-bold">
2021
{{- site.title -}}
2122
{% endif %}
2223
</a>

_layouts/about.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ layout: default_about
4747
<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }}
4848
{{ site.last_name }}
4949
{% else %}
50-
{{ site.title }}
50+
<span class="font-weight-bold">{{ site.title }}
5151
{% endif %}
5252
</h1>
5353
<p class="desc">{{ page.subtitle }}</p>

_sass/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.header-background .img {
2-
background-image: url("/assets/img/lab_header.jpeg");
2+
background-image: url("../assets/img/lab_header.jpeg");
33
background-repeat: no-repeat;
44
background-size: cover;
55
background-position: center center;

0 commit comments

Comments
 (0)