File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
33subtitle : 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.
55header : images/background.jpg
66footer : images/background.jpg
77proofer : false
Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments