Skip to content

Commit 0e0ee63

Browse files
committed
update header and description
1 parent e4d6cba commit 0e0ee63

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# site properties and page defaults
2-
# title: Distributed compUting, optimizAtion, and Learning (DUAL) group at USyd
2+
title: Distributed compUting, optimizAtion, and Learning (DUAL) group at USyd
33
subtitle: Distributed compUting, optimizAtion, and Learning (DUAL) group at USyd
4-
description: please Input context
4+
description: Research group at the University of Sydney focusing on distributed computing, optimization, and machine learning.
55
header: images/background.jpg
66
footer: images/background.jpg
77
proofer: false

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{% endif %}
2929
{% if site.logo-text != false %}
3030
<span class="title-text" data-tooltip="Home">
31-
{% if site.title and site.show-title != false %}
31+
{% if site.title and site.show-title != false and page.url != "/" %}
3232
<span class="title">{{ site.title }}</span>
3333
{% endif %}
3434
{% if site.subtitle and site.show-subtitle != false %}

_includes/meta.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
{% assign title = title | xml_escape %}
1111

12+
{% if title == nil or title == "" %}
13+
{% assign title = site.title | xml_escape %}
14+
{% endif %}
15+
1216
{% assign fulltitle = "" | split: "," %}
1317
{% if title and title != "" %}
1418
{% assign fulltitle = fulltitle | push: title %}

0 commit comments

Comments
 (0)