Skip to content

Commit af2553b

Browse files
committed
some small seo twekas
- remove duplicate h1 - close <li> in sidebar - remove illegal html element Signed-off-by: Christoph Rueger <[email protected]>
1 parent 8d4d6e2 commit af2553b

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

_book/210-doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Documentation
2+
title: About OSGI
33
summary: Provides an introduction into OSGi and explains how OSGi enRoute uses OSGi
44
noindex: true
55
layout: default

_css/docs.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.top-bar .name {
22
max-height: 45px;
33
height: 45px;
4-
margin: 0;
4+
margin-left: 10px;
55
}
6+
67
.top-bar .name img {
78
margin: 7px 0 0 0;
89
}

_includes/nav.htm

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<nav class="top-bar" data-topbar>
22
<ul class="title-area">
33
<li class="name">
4-
<h1>
54
<a href="/index.html"
65
><img src="/images/logo-topbar.png" alt="Bndtools"
76
/></a>
8-
</h1>
97
</li>
108
</ul>
119
<section class="top-bar-section">

_includes/sidebar.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% endif %}
66
{% for link in section.links %}
77
{% if link.divider %}
8-
<li class="divider" />
8+
<li class="divider"></li>
99
{% else %}
1010
{% assign isActive = false %}
1111
{% if link.url == "/" and page.url == "/" %}

_layouts/baselayout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" ng-app="jpm">
2+
<html lang="en">
33
{% include head.htm %}
44

55
<body>

0 commit comments

Comments
 (0)