Skip to content

Commit b1ac029

Browse files
committedAug 24, 2019
Fine tune logo on header, tweak landing message
1 parent 2f3fa3f commit b1ac029

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
99
--->
1010
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">
11-
<img src="https://github.com/gdsbook/book/raw/master/infrastructure/booksite/logo/ico_64x64.png" alt="GDS Book Logo" />
11+
<img src="https://github.com/gdsbook/book/raw/master/infrastructure/booksite/logo/ico_32x32.png" alt="GDS Book Logo" />
1212
</a>
1313

1414
{%- if titles_size > 0 -%}

‎index.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
layout: home
99
---
1010

11-
This the site for the book *"Geographic Data Science with PySAL and PyData
12-
Stack"*, by Sergio J. Rey, Dani Arribas-Bel and Levi J. Wolf. Find out about
11+
# *{{site.title}}*
12+
13+
This is the site for the book *"Geographic Data Science with PySAL and PyData
14+
Stack"*, by Sergio J. Rey, Dani Arribas-Bel and Levi J. Wolf. Here you can find out about
1315
the latest news regarding the book,
14-
[read more about the authors](/authors), or jump straight to the
16+
read more about the [authors](/authors), or jump straight to the
1517
[book](http://geographicdata.science/book).

0 commit comments

Comments
 (0)