Skip to content

Commit b84dd83

Browse files
committed
typo and nav
1 parent 1d2ddea commit b84dd83

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
- name: Home
22
link: /
3+
- name: About
4+
link: /about
35
- name: Features
46
link: /features/
57
- name: News

_includes/header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
{% include latest-post.html %}
66
<a href="/clients/" class="tab{% if page.url == '/clients/' %} current{% endif %}"><span
77
class="tab-longname">Compare </span>WebViews</a>
8-
<a href="/about/" class="tab{% if page.url == '/about/' %} current{% endif %}">About</a>
98
</div>
109
<section class="search-wrapper">
1110
{% include search.html %}

pages/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>What is this all about?</h2>
99
<p>The WebView Compatibility Data Project is an initiative driven by the
1010
<a href="https://www.w3.org/community/webview/">WebView CG</a>
1111
to make
12-
machine-readable data compatability data on WebViews more readily available for documentation platforms and
12+
machine-readable compatability data on WebViews more readily available for documentation platforms and
1313
other tools.
1414
</p>
1515
</section>

pages/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>What is this all about?</h2>
99
<p>CanIWebview is an initiative driven by the
1010
<a href="https://www.w3.org/community/webview/">WebView CG</a>
1111
to make
12-
machine-readable data compatability data on WebViews more readily available for documentation platforms and
12+
machine-readable compatability data on WebViews more readily available for documentation platforms and
1313
other tools. This app should help contributing this data and also help you test your web content in WebViews.
1414
</p>
1515
</section>

0 commit comments

Comments
 (0)