Skip to content

Commit

Permalink
Merge pull request #222 from W10SL0/master
Browse files Browse the repository at this point in the history
Fix bing SEO errors (multiple h1 and too long description)
  • Loading branch information
W10SL0 committed Jul 5, 2024
2 parents 0240d12 + 7d630d3 commit 78d1aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class="col-md-8">
<div id="title">
<h1><b>{{ page.parent }} - {{ page.title }}</b></h1>
<h2><b>{{ page.parent }} - {{ page.title }}</b></h2>
{% if page.release_date != nil %}
<p id="subtitle">({{ page.release_date }})</p>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: home
nav_order: -999
permalink: /
title: "Home"
description: "Tedee Release Notes page is documentation of the past Tedee public releases of multiple areas: Android app, iOS app, smart Lock firmware, Bridge firmware, Keypad firmware, Dry contact firmware."
description: "Tedee Release Notes page is documentation of the past Tedee public releases of multiple areas: Android app, iOS app and smart device firmwares."
---

{% assign docs = '' | split: '' %}
Expand Down

0 comments on commit 78d1aca

Please sign in to comment.