diff --git a/_config.yml b/_config.yml --- a/_config.yml +++ b/_config.yml @@ -108,10 +108,6 @@ # Number of announcements to appear on the front page front_page_posts: 2 -# Character used to separate site title and description in HTML document title -# and RSS feed title -title-separator: "-" - # --- Don't need to touch anything below here (but you can if you want) --- # # Output options (more information on Jekyll's site) diff --git a/_includes/head.html b/_includes/head.html --- a/_includes/head.html +++ b/_includes/head.html @@ -3,7 +3,7 @@ - {% if page.use-site-title %}{{ site.title }} {{ site.title-separator }} {{ site.description }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + {% if page.use-site-title %}{{ site.description }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} @@ -11,7 +11,7 @@ {% endif %} - + {% include gtm_head.html %} diff --git a/announcements.html b/announcements.html --- a/announcements.html +++ b/announcements.html @@ -1,6 +1,7 @@ --- layout: page -use-site-title: true +title: Bitcoin ABC Announcements +subtitle: Please see blog.bitcoinabc.org for latest announcements ---
diff --git a/releases.html b/releases.html --- a/releases.html +++ b/releases.html @@ -1,6 +1,7 @@ --- layout: page -use-site-title: true +title: Bitcoin ABC Releases +subtitle: Download the latest Bitcoin ABC software --- {% assign releases = site.data.github-releases %}