Skip to content

Commit 554999f

Browse files
committed
fix site name and header link name
1 parent 963ecc4 commit 554999f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ----
22
# Site
33

4-
title: Exokit
4+
title: Exokit Web
55
url: "https://docs.exokit.org"
66
? baseurl
77
google_analytics_key: UA-147624282-1
@@ -23,13 +23,13 @@ press_url: 'https://docs.exokit.org/'
2323

2424
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
2525
logo: /images/favicon.png
26-
description: Exokit Documentation
26+
description: Exokit Web Documentation
2727
author:
28-
name: Exokit
28+
name: Exokit Web
2929
3030
twitter: exokitxr
3131
social:
32-
name: Exokit Documentation
32+
name: Exokit Web Documentation
3333
links:
3434
- https://github.com/exokitxr/exokit-web-docs
3535

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
<div class="dropdown-content">
1313
<ul class="menu">
14-
<li><a href="https://web.exokit.org/">Exokit</a></li>
14+
<li><a href="https://web.exokit.org/">Viewer</a></li>
1515
<li><a href="/" class="active">Docs</a></li>
1616
</ul>
1717
</div>

0 commit comments

Comments
 (0)